From 6fa950a4f852bd45b81c941877732ec516dcc673 Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 16 Apr 2022 13:53:16 +0800 Subject: ref #65, new formula functions: SKEW.P and SLOPE, remove no-required format default --- shape.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'shape.go') 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 -- cgit v1.2.1