Start 0.09
This commit is contained in:
parent
472688d12b
commit
26d6eea674
2 changed files with 2 additions and 7 deletions
7
scour.py
7
scour.py
|
|
@ -45,11 +45,6 @@
|
|||
# * Collapse all group based transformations
|
||||
|
||||
# Next Up:
|
||||
# + Remove unnecessary nested <g> elements
|
||||
# + Remove duplicate gradient stops (same offset, stop-color, stop-opacity)
|
||||
# + Always keep fonts inside <defs>, always keep ids on fonts
|
||||
# + rework command-line argument processing so that options are configurable
|
||||
# + make ID stripping optional (disabled by default)
|
||||
# - Convert all colors to #RRGGBB format
|
||||
# - Reduce #RRGGBB format to #RGB format when possible
|
||||
# https://bugs.edge.launchpad.net/ubuntu/+source/human-icon-theme/+bug/361667/
|
||||
|
|
@ -78,7 +73,7 @@ import os.path
|
|||
import urllib
|
||||
|
||||
APP = 'scour'
|
||||
VER = '0.08'
|
||||
VER = '0.09'
|
||||
COPYRIGHT = 'Copyright Jeff Schiller, 2009'
|
||||
|
||||
NS = { 'SVG': 'http://www.w3.org/2000/svg',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue