summaryrefslogtreecommitdiff
path: root/shape.go
diff options
context:
space:
mode:
Diffstat (limited to 'shape.go')
-rw-r--r--shape.go7
1 files changed, 1 insertions, 6 deletions
diff --git a/shape.go b/shape.go
index 8aefeea..db76867 100644
--- a/shape.go
+++ b/shape.go
@@ -25,15 +25,10 @@ func parseFormatShapeSet(formatSet string) (*formatShape, error) {
Height: 160,
Format: formatPicture{
FPrintsWithSheet: true,
- FLocksWithSheet: false,
- NoChangeAspect: false,
- OffsetX: 0,
- OffsetY: 0,
XScale: 1.0,
YScale: 1.0,
},
- Line: formatLine{Width: 1},
- Macro: "",
+ Line: formatLine{Width: 1},
}
err := json.Unmarshal([]byte(formatSet), &format)
return &format, err