diff options
author | jaseg <git@jaseg.de> | 2023-07-21 20:55:35 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-07-21 20:55:35 +0200 |
commit | eb20595e00bdc59daa31392eaca559ab36f59a5c (patch) | |
tree | f178eebb333ad32e535ee109f3b79b68f1e5a764 /gerbonara/newstroke.py | |
parent | e4dcbe177f8a152f380983f46d9239c9460bfc6a (diff) | |
download | gerbonara-eb20595e00bdc59daa31392eaca559ab36f59a5c.tar.gz gerbonara-eb20595e00bdc59daa31392eaca559ab36f59a5c.tar.bz2 gerbonara-eb20595e00bdc59daa31392eaca559ab36f59a5c.zip |
WIP
Diffstat (limited to 'gerbonara/newstroke.py')
-rw-r--r-- | gerbonara/newstroke.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gerbonara/newstroke.py b/gerbonara/newstroke.py index d45598d..ac203ec 100644 --- a/gerbonara/newstroke.py +++ b/gerbonara/newstroke.py @@ -37,8 +37,6 @@ class Newstroke: sx, sy = scale mx, my = mirror x = 0 - if text in ('VDDA', 'PA9', 'VSS', 'FB3'): - print(text, x0, y0, rotation, h_align, v_align, scale) if rotation >= 180: rotation -= 180 |