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