Remove TODOs accomplished in 0.12
This commit is contained in:
parent
a7d2593a58
commit
a03439573e
3 changed files with 2 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
SCOURVER="0.11"
|
||||
SCOURVER="0.12"
|
||||
cd ..
|
||||
tar cvf scour/tarballs/scour-$SCOURVER.tar scour/scour.py scour/svg_regex.py scour/LICENSE scour/NOTICE scour/README.txt scour/release-notes.html
|
||||
gzip scour/tarballs/scour-$SCOURVER.tar
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<ul>
|
||||
<li>upgraded enthought's path parser to handle scientific notation in path coordinates</li>
|
||||
<li>convert colors to #RGGBB format</li>
|
||||
<li>convert colors to #RRGGBB format</li>
|
||||
<li>added option to disable color conversion</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
|
|||
4
scour.py
4
scour.py
|
|
@ -41,10 +41,6 @@
|
|||
# * Put id attributes first in the serialization (or make the d attribute last)
|
||||
|
||||
# Next Up:
|
||||
# + Up-revved enthought's path parser for integer coords with sci notation:
|
||||
# https://svn.enthought.com/enthought/changeset/23583?format=diff&new=23583
|
||||
# + Convert rgb() into #RRGGBB
|
||||
# + Convert #RRGGBB into #RGB where possible
|
||||
# - prevent elements from being stripped if they are referenced in a <style> element
|
||||
# (for instance, filter, marker, pattern) - need a crude CSS parser
|
||||
# - Remove any unused glyphs from font elements?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue