mirror of
https://github.com/svg/svgo.git
synced 2025-09-17 08:02:12 +03:00
17 lines
231 B
XML
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>
|