Add polyline unittest
This commit is contained in:
parent
a1d9afb12f
commit
3371177b80
2 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
4
unittests/polyline-coord.svg
Normal file
4
unittests/polyline-coord.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue