Finish 0.11. Checked in SVG version of the scour logo.
This commit is contained in:
parent
02602edde0
commit
56ebc67491
3 changed files with 130 additions and 5 deletions
4
scour.py
4
scour.py
|
|
@ -44,14 +44,10 @@
|
|||
# * Put id attributes first in the serialization (or make the d attribute last)
|
||||
|
||||
# Next Up:
|
||||
# - text elements are shoved over to the right
|
||||
# - prevent elements from being stripped if they are referenced in a <style> element
|
||||
# (for instance, filter, marker, pattern) - need a crude CSS parser
|
||||
# - Remove unnecessary units of precision on attributes (use decimal:
|
||||
# http://docs.python.org/library/decimal.html)
|
||||
# - 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/
|
||||
|
||||
# necessary to get true division
|
||||
from __future__ import division
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue