summaryrefslogtreecommitdiff
path: root/xmlDrawing.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-05-17 17:36:53 +0800
committerxuri <xuri.me@gmail.com>2020-05-17 17:36:53 +0800
commit98221a332ff9c37c9b20c44e9efdbe4c22a5cf5c (patch)
treedcdffe469b8ec3d37e2739207f7316e7692341db /xmlDrawing.go
parent9b7d8463d39ad5fcaae24e5a3b7da296c5e29d17 (diff)
Merge pull request #410
Diffstat (limited to 'xmlDrawing.go')
-rw-r--r--xmlDrawing.go1
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"`