mirror of
https://github.com/svg/svgo.git
synced 2025-09-20 06:22:05 +03:00
Improved path data saving. Collapse repeated now works at writing path data and doesn't affect pathJS to make further processing easier. Resolves #204.
22 lines
471 B
XML
22 lines
471 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<path d="m 0,0"/>
|
|
<path d="m 0,0l 0,0"/>
|
|
<path d="m 0,0h 0"/>
|
|
<path d="m 0,0v 0"/>
|
|
<path d="m 0,0c 0,0 0,0 0,0 s 0,0 0,0"/>
|
|
<path d="m 0,0q 0,0 0,0 t 0,0"/>
|
|
<path d="m 0,0a 25,25 -30 0,1 0,0"/>
|
|
</svg>
|
|
|
|
@@@
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M0 0"/>
|
|
<path d="M0 0"/>
|
|
<path d="M0 0"/>
|
|
<path d="M0 0"/>
|
|
<path d="M0 0"/>
|
|
<path d="M0 0"/>
|
|
<path d="M0 0"/>
|
|
</svg>
|