summaryrefslogtreecommitdiff
path: root/shape.go
diff options
context:
space:
mode:
Diffstat (limited to 'shape.go')
-rw-r--r--shape.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/shape.go b/shape.go
index db76867..6d86f38 100644
--- a/shape.go
+++ b/shape.go
@@ -25,8 +25,8 @@ func parseFormatShapeSet(formatSet string) (*formatShape, error) {
Height: 160,
Format: formatPicture{
FPrintsWithSheet: true,
- XScale: 1.0,
- YScale: 1.0,
+ XScale: 1,
+ YScale: 1,
},
Line: formatLine{Width: 1},
}