Add polyline unittest

This commit is contained in:
JSCHILL1 2009-08-03 09:21:37 -05:00
parent a1d9afb12f
commit 3371177b80
2 changed files with 6 additions and 0 deletions

View file

@ -17,6 +17,8 @@
<ul>
<li>Only convert to #RRGGBB format if the color name will actually be shorter</li>
<li>Remove duplicate gradients</li>
<li>Remove empty q,a path segments</li>
<li>Scour polyline coordinates just like path/polygon</li>
</ul>
</section>

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg">
<polyline fill="blue" points="10000,-50" />
</svg>

After

Width:  |  Height:  |  Size: 147 B