Collapse consecutive h,v segments/coords where possible
This commit is contained in:
parent
49b35bf6d1
commit
56cc8fd15a
4 changed files with 106 additions and 21 deletions
5
unittests/consecutive-hlines.svg
Normal file
5
unittests/consecutive-hlines.svg
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill="#F00" stroke="#0F0" d="M100,100h100h100v100h-200z"/>
|
||||
<path fill="#F00" stroke="#0F0" d="M100,300h100,100v100h-200z"/>
|
||||
<path fill="#F00" stroke="#0F0" d="M100,500h300h-100v100h-200z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 243 B |
Loading…
Add table
Add a link
Reference in a new issue