diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-04-15 18:27:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 18:27:06 +0200 |
| commit | bc0943c6c86374ca80f3f10ffa44773ef87c5f24 (patch) | |
| tree | a51a23bf03e87090b0fd52fdd145b1bff6f117e0 /lib/extensions/__init__.py | |
| parent | 0f1c83f8ef9f156a7297708f087fc11d1d4d48ef (diff) | |
Add transform extension which also transforms the fill angles (#3657)
Diffstat (limited to 'lib/extensions/__init__.py')
| -rw-r--r-- | lib/extensions/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index 60d0e10d..22da70a7 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -72,6 +72,7 @@ from .stroke_to_satin import StrokeToSatin from .tartan import Tartan from .test_swatches import TestSwatches from .thread_list import ThreadList +from .transform_elements import TransformElements from .troubleshoot import Troubleshoot from .unlink_clone import UnlinkClone from .update_svg import UpdateSvg @@ -148,6 +149,7 @@ extensions = [ Tartan, TestSwatches, ThreadList, + TransformElements, Troubleshoot, UnlinkClone, UpdateSvg, |
