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

129
logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -17,7 +17,7 @@
<ul>
<li>convert gradient stop offsets from percentages to float</li>
<li>convert gradient stop offsets to integers if possible (0 or 1)</li>
<li>fix bug in line-to-hz conversion</li>
<li>fix bug in line-to-hv conversion</li>
<li>handle non-ASCII characters (Unicode)</li>
<li>remove empty line or curve segments from path</li>
<li>added option to prevent style-to-xml conversion</li>

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