Minor update to comments
This commit is contained in:
parent
28cc0d59fb
commit
472688d12b
1 changed files with 2 additions and 2 deletions
4
scour.py
4
scour.py
|
|
@ -48,13 +48,13 @@
|
|||
# + 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
|
||||
# - rework command-line argument processing so that options are configurable
|
||||
# https://bugs.edge.launchpad.net/ubuntu/+source/human-icon-theme/+bug/361667/
|
||||
|
||||
# Some notes to not forget:
|
||||
# - removing unreferenced IDs loses some semantic information
|
||||
# - removing empty nested groups also potentially loses some semantic information
|
||||
# (i.e. the following button:
|
||||
# <g>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue