This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- encoding: UTF-8 -*- | |
| ''' | |
| SVG Element Extractor - Extract individual components from SVG files. | |
| Based on github.com/revolunet/glyphes.py | |
| Extracts all first-level elements (groups and paths) from an SVG file into separate, | |
| properly scaled and centered SVG files. Automatically splits compound paths with | |
| multiple M commands into individual elements. |