diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-09-06 22:18:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-06 22:18:43 +0200 |
| commit | 3db335b0f41ebfcc694914bba5bf81aed9ae98d4 (patch) | |
| tree | 02b1679b4786672029e746cd0c696714a7563954 /lib/extensions/stroke_to_lpe_satin.py | |
| parent | 0b20ee57e3ae9490360b891cadbb2f10f2973026 (diff) | |
fix "normal" lpe satin width (#2499)
Diffstat (limited to 'lib/extensions/stroke_to_lpe_satin.py')
| -rw-r--r-- | lib/extensions/stroke_to_lpe_satin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/stroke_to_lpe_satin.py b/lib/extensions/stroke_to_lpe_satin.py index b89e471c..96cab4e9 100644 --- a/lib/extensions/stroke_to_lpe_satin.py +++ b/lib/extensions/stroke_to_lpe_satin.py @@ -209,7 +209,7 @@ class SatinPattern: return str(path1) + str(path2) + rungs -satin_patterns = {'normal': SatinPattern('M 0,0.4 H 4 H 8', 'cc'), +satin_patterns = {'normal': SatinPattern('M 0,0 H 4 H 8', 'cc'), 'pearl': SatinPattern('M 0,0 C 0,0.22 0.18,0.4 0.4,0.4 0.62,0.4 0.8,0.22 0.8,0', 'csc'), 'diamond': SatinPattern('M 0,0 0.4,0.2 0.8,0', 'ccc'), 'triangle': SatinPattern('M 0,0 0.4,0.1 0.78,0.2 0.8,0', 'cccc'), |
