From 856ee57c4019b4478da0f6cb3010ae636914a6be Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 30 Apr 2022 09:54:11 +0800 Subject: This closes #1212, init support for 1900 or 1904 date system --- shape.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shape.go') 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}, } -- cgit v1.2.1