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
129
logo.svg
Normal file
129
logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 50 KiB |
|
|
@ -17,7 +17,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>convert gradient stop offsets from percentages to float</li>
|
<li>convert gradient stop offsets from percentages to float</li>
|
||||||
<li>convert gradient stop offsets to integers if possible (0 or 1)</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>handle non-ASCII characters (Unicode)</li>
|
||||||
<li>remove empty line or curve segments from path</li>
|
<li>remove empty line or curve segments from path</li>
|
||||||
<li>added option to prevent style-to-xml conversion</li>
|
<li>added option to prevent style-to-xml conversion</li>
|
||||||
|
|
|
||||||
4
scour.py
4
scour.py
|
|
@ -44,14 +44,10 @@
|
||||||
# * Put id attributes first in the serialization (or make the d attribute last)
|
# * Put id attributes first in the serialization (or make the d attribute last)
|
||||||
|
|
||||||
# Next Up:
|
# Next Up:
|
||||||
# - text elements are shoved over to the right
|
|
||||||
# - prevent elements from being stripped if they are referenced in a <style> element
|
# - prevent elements from being stripped if they are referenced in a <style> element
|
||||||
# (for instance, filter, marker, pattern) - need a crude CSS parser
|
# (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
|
# - Convert all colors to #RRGGBB format
|
||||||
# - Reduce #RRGGBB format to #RGB format when possible
|
# - 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
|
# necessary to get true division
|
||||||
from __future__ import division
|
from __future__ import division
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue