1
0
mirror of https://github.com/svg/svgo.git synced 2025-09-17 08:02:12 +03:00
Files
svgo/test/plugins/removeHiddenElems.10.svg
2021-03-29 02:34:34 +03:00

16 lines
183 B
XML

Remove polygon without points
===
<svg xmlns="http://www.w3.org/2000/svg">
<g>
<polygon/>
</g>
</svg>
@@@
<svg xmlns="http://www.w3.org/2000/svg">
<g/>
</svg>