Implemented converted straight curves into lines. Remove last point from polygon data if possible

This commit is contained in:
JSCHILL1 2009-05-21 21:32:44 -05:00
parent 78eb4e5e82
commit e163fb348c
5 changed files with 188 additions and 41 deletions

View file

@ -9,6 +9,18 @@
<p>Copyright 2009, Jeff Schiller</p>
<section id="0.14">
<header>
<h2><a href="#0.14">Version 0.14</a></h2>
</header>
<ul>
<li>Collapse adjacent commands of the same type</li>
<li>Convert straight curves into line commands</li>
<li>Eliminate last segment in a polygon</li>
</ul>
</section>
<section id="0.13">
<header>
<h2><a href="#0.13">Version 0.13</a></h2>