diff options
author | xuri <xuri.me@gmail.com> | 2022-04-16 13:53:16 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2022-04-16 13:53:16 +0800 |
commit | 6fa950a4f852bd45b81c941877732ec516dcc673 (patch) | |
tree | 2abd993aeb119331646bab9c9f66c2978b9f82da /picture.go | |
parent | 5a279321bb494141fb12ac010a33da4a78c6a309 (diff) |
ref #65, new formula functions: SKEW.P and SLOPE, remove no-required format default
Diffstat (limited to 'picture.go')
-rw-r--r-- | picture.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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, } |