Remove trailing zeros from path coordinates. Use scientific notation in path coords if shorter. Scour polygon coordinates just like path coordinates. Added tests

This commit is contained in:
JSCHILL1 2009-07-29 12:27:51 -05:00
parent 8f50f0d509
commit b28ae6ec8d
9 changed files with 119 additions and 39 deletions

View file

@ -9,6 +9,19 @@
<p>Copyright 2009, Jeff Schiller</p>
<section id="0.16">
<header>
<h2><a href="#0.16">Version 0.16</a></h2>
</header>
<p>July 29th, 2009</p>
<ul>
<li>Fix <a href="https://bugs.launchpad.net/scour/+bug/401628">Bug 401628</a>: Keep namespace declarations when using --keep-editor-data (Thanks YoNoSoyTu!)</li>
<li>Remove trailing zeros after decimal places for all path coordinates</li>
<li>Use scientific notation in path coordinates if that representation is shorter</li>
<li>Scour polygon coordinates just like path coordinates</li>
</ul>
</section>
<section id="0.15">
<header>
<h2><a href="#0.15">Version 0.15</a></h2>