Remove XML pretty printing due to erroneous injection of whitespace on text nodes

This commit is contained in:
JSCHILL1 2009-04-28 13:18:29 -05:00
parent f37fef89df
commit 02602edde0
2 changed files with 30 additions and 16 deletions

View file

@ -9,6 +9,24 @@
<p>Copyright 2009, Jeff Schiller</p>
<section id="0.11">
<header>
<h2><a href="#0.11">Version 0.11</a></h2>
</header>
<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>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>
<li>handle compressed svg (svgz) on the input and output</li>
<li>added total time taken to the report</li>
<li>Removed XML pretty printing because of <a href="http://ronrothman.com/public/leftbraned/xml-dom-minidom-toprettyxml-and-silly-whitespace/">this problem</a>.</li>
</ul>
</section>
<section id="0.10">
<header>
<h2><a href="#0.10">Version 0.10</a></h2>