Remove TODOs accomplished in 0.12

This commit is contained in:
JSCHILL1 2009-05-17 14:40:29 -05:00
parent a7d2593a58
commit a03439573e
3 changed files with 2 additions and 6 deletions

View file

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

View file

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

View file

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