From 5299bf1d6c61d2500acd00cd3c10388b31d854e7 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Sun, 30 May 2021 10:43:21 +0200 Subject: [PATCH] added some hint to vpype --- extensions/fablabchemnitz/vpypetools/vpypetools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/fablabchemnitz/vpypetools/vpypetools.py b/extensions/fablabchemnitz/vpypetools/vpypetools.py index 677ed0a0..03093a08 100644 --- a/extensions/fablabchemnitz/vpypetools/vpypetools.py +++ b/extensions/fablabchemnitz/vpypetools/vpypetools.py @@ -50,6 +50,7 @@ CLI / API docs: Todo's - find some python code to auto-convert strokes and objects to paths (for input and for output again) - remove fill property of converted lines (because there is no fill anymore) without crashing Inkscape ... +- as we use flatten() we modify the original path. rewrite to avoid modifications to original path """ class vpypetools (inkex.EffectExtension):