Remove text styles from shapes. Remove --inkscape styles. Fix path handling for multiple coords in first Move command. Add --set-precision N argument

This commit is contained in:
JSCHILL1 2009-05-19 10:02:47 -05:00
parent dcb6ed414c
commit 49b35bf6d1
8 changed files with 455 additions and 15 deletions

View file

@ -16,6 +16,10 @@
<ul>
<li>properly deal with fill="url(&amp;quot;#foo&amp;quot;)"</li>
<li>properly handle paths with more than 1 pair of coordinates in the first Move command</li>
<li>remove font/text styles from shape elements (font-weight, font-size, line-height, etc)</li>
<li>remove -inkscape-font-specification styles</li>
<li>added --set-precision argument to set the number of significant digits (defaults to 6)</li>
</ul>
</section>