From e0f7dbeb30457a5cce2eb0bfc67f19d9af292c7c Mon Sep 17 00:00:00 2001 From: prndev <prndev@users.noreply.github.com> Date: Wed, 25 Apr 2018 20:28:05 +0200 Subject: [PATCH] Removed obsolete (and therefore confusing) note meant for art developers. --- artTools/normalize_svg.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/artTools/normalize_svg.py b/artTools/normalize_svg.py index 5767de7344b..9ca07756906 100644 --- a/artTools/normalize_svg.py +++ b/artTools/normalize_svg.py @@ -13,10 +13,6 @@ https://bugs.launchpad.net/inkscape/+bug/167937 Usage Example: python3 inkscape_svg_fixup.py vector_source.svg - -Note: -The output of lxml differs greatly from standard SVG indentation. -Please open and save the file in Inkscape before committing. ''' import lxml.etree as etree -- GitLab