scour/scour
Niels Thykier 18e57cddae Avoid crashing on "scale(1)" (short for "scale(1, 1)")
The scale function on the transform attribute has a short form, where
only the first argument is used.  But optimizeTransform would always
assume that there were two when checking for the identity scale.

Closes: #190
Signed-off-by: Niels Thykier <niels@thykier.net>
2018-04-18 05:41:35 +00:00
..
__init__.py Scour v0.36 2017-08-06 04:55:59 +02:00
scour.py Avoid crashing on "scale(1)" (short for "scale(1, 1)") 2018-04-18 05:41:35 +00:00
svg_regex.py Fix handling of boolean flags in elliptical path commands (#183) 2018-04-08 15:32:47 +02:00
svg_transform.py Some whitespace fixes to make newer versions of flake8 happy 2016-11-27 18:52:39 +01:00
yocto_css.py Consistent whitespace across source files according to PEP 8 2016-09-15 00:35:13 +02:00