diff options
author | xuri <xuri.me@gmail.com> | 2020-05-17 17:36:53 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-05-17 17:36:53 +0800 |
commit | 98221a332ff9c37c9b20c44e9efdbe4c22a5cf5c (patch) | |
tree | dcdffe469b8ec3d37e2739207f7316e7692341db /xmlDrawing.go | |
parent | 9b7d8463d39ad5fcaae24e5a3b7da296c5e29d17 (diff) |
Merge pull request #410
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r-- | xmlDrawing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlDrawing.go b/xmlDrawing.go index a5e43a1..808bed5 100644 --- a/xmlDrawing.go +++ b/xmlDrawing.go @@ -419,6 +419,7 @@ type formatPicture struct { FPrintsWithSheet bool `json:"print_obj"` FLocksWithSheet bool `json:"locked"` NoChangeAspect bool `json:"lock_aspect_ratio"` + Autofit bool `json:"autofit"` OffsetX int `json:"x_offset"` OffsetY int `json:"y_offset"` XScale float64 `json:"x_scale"` |