diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2022-06-21 19:48:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-21 19:48:28 +0200 |
| commit | eef2ec232ef45fd608093e22d6103a317da8eab5 (patch) | |
| tree | 7db41b7d8f391c1379dc1f9be82a6a2d7ac71b4e /lib/svg/rendering.py | |
| parent | edacc3ec7756d5d9c471b252132f942de8b93b52 (diff) | |
Undo stitch plan preview and density map (#1687)
Diffstat (limited to 'lib/svg/rendering.py')
| -rw-r--r-- | lib/svg/rendering.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/svg/rendering.py b/lib/svg/rendering.py index 2b638ebf..64090554 100644 --- a/lib/svg/rendering.py +++ b/lib/svg/rendering.py @@ -8,10 +8,10 @@ from math import pi import inkex -from .tags import (INKSCAPE_GROUPMODE, INKSCAPE_LABEL, INKSTITCH_ATTRIBS) -from .units import PIXELS_PER_MM, get_viewbox_transform from ..i18n import _ from ..utils import Point, cache +from .tags import INKSCAPE_GROUPMODE, INKSCAPE_LABEL, INKSTITCH_ATTRIBS +from .units import PIXELS_PER_MM, get_viewbox_transform # The stitch vector path looks like this: # _______ |
