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 --- picture.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'picture.go') diff --git a/picture.go b/picture.go index 515f15f..919262c 100644 --- a/picture.go +++ b/picture.go @@ -31,11 +31,6 @@ import ( func parseFormatPictureSet(formatSet string) (*formatPicture, error) { format := formatPicture{ FPrintsWithSheet: true, - FLocksWithSheet: false, - NoChangeAspect: false, - Autofit: false, - OffsetX: 0, - OffsetY: 0, XScale: 1.0, YScale: 1.0, } -- cgit v1.2.1