parseTransform() in simpletransform.py does not parse valid transformations
Bug #241565 reported by
Kjell Magne Fauske
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The parseTransform(
matrix = parseTransform(
matrix = parseTransform(
matrix = parseTransform(
matrix = parseTransform(' rotate(10)')
matrix = parseTransform(
I have attached a patch and unit tests that addresses all the above issues.
To post a comment you must log in.
I have written a few unit tests to ensure that the patch catches all of the parsing bugs. Note that the test only tests the parsing. The validity of the numerical output is not verified.