diff --git a/scour.py b/scour.py index a21af7f..e8e5cd9 100755 --- a/scour.py +++ b/scour.py @@ -46,9 +46,18 @@ # * Put id attributes first in the serialization (or make the d attribute last) # Next Up: -# - deal with gradient stops with offsets in percentages -# - implement command-line option to output svgz -# - Remove unnecessary units of precision on attributes (use decimal: http://docs.python.org/library/decimal.html) +# + convert gradient stop offsets from percentages to float +# + convert gradient stop offsets to integers if possible (0 or 1) +# + fix bug in line-to-hz conversion +# + handle non-ASCII characters (Unicode) +# + remove empty line or curve segments from path +# + added option to prevent style-to-xml conversion +# + handle compressed svg (svgz) on the input and output +# - display how long it took to scour the file in the report +# - prevent elements from being stripped if they are referenced in a