diff --git a/package.sh b/package.sh index b6a5dc9..41f8676 100755 --- a/package.sh +++ b/package.sh @@ -1,4 +1,4 @@ #!/bin/bash -SCOURVER="0.04" +SCOURVER="0.05" tar cvf scour-$SCOURVER.tar scour.py LICENSE NOTICE README.txt gzip scour-$SCOURVER.tar \ No newline at end of file diff --git a/scour.py b/scour.py index 0613044..8f1f32d 100755 --- a/scour.py +++ b/scour.py @@ -49,9 +49,6 @@ # * Use viewPort instead of document width/height # Next Up: -# + Convert style to recognized XML attributes -# + Remove any fill-X styles when fill="none" or fill-opacity="0" -# + Remove any stroke-X styles when stroke-opacity="0" or stroke-width="0" # - Removed duplicate gradient stops # - Convert all colors to #RRGGBB format # - Convert all referenced rasters into base64 encoded URLs if the files can be found