From d9cf8a3195638e5edbb968accb93a55673a03c94 Mon Sep 17 00:00:00 2001 From: JSCHILL1 Date: Tue, 7 Apr 2009 22:57:05 -0500 Subject: [PATCH] Final 0.05 --- package.sh | 2 +- scour.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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