Finish 0.11. Checked in SVG version of the scour logo.

This commit is contained in:
JSCHILL1 2009-04-28 17:21:55 -05:00
parent 02602edde0
commit 56ebc67491
3 changed files with 130 additions and 5 deletions

View file

@ -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