mb-make / python-svg

Python library to deal with scalable vector graphics (SVGs)
https://github.com/mb-make/python-svg/projects/2
GNU Affero General Public License v3.0
0 stars 0 forks source link

Create test for "break-apart" method #2

Open matthiasbock opened 2 years ago

matthiasbock commented 2 years ago

Currently, the parser is XML-unaware. This will be changed (SAX). In order not to break functionality during migration, a test file and a processed file (as success metric) should be added.

matthiasbock commented 2 years ago

break_apart() used by e.g. https://github.com/mb-make/foldable-text-generator/blob/master/cutter.py