Final 0.05
This commit is contained in:
parent
760fb8278f
commit
d9cf8a3195
2 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
3
scour.py
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue