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

17 lines
231 B
XML

Remove pattern element with zero size
===
<svg xmlns="http://www.w3.org/2000/svg">
<g>
<pattern width="0"/>
<pattern height="0"/>
</g>
</svg>
@@@
<svg xmlns="http://www.w3.org/2000/svg">
<g/>
</svg>