1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00
Files
svgo/test/plugins/removeEmptyAttrs.02.svg
2021-03-06 13:18:53 +03:00

19 lines
359 B
XML

Empty conditional processing attributes should be preserved
to hide elements
===
<svg xmlns="http://www.w3.org/2000/svg">
<g requiredFeatures=""/>
<g requiredExtensions=""/>
<g systemLanguage=""/>
</svg>
@@@
<svg xmlns="http://www.w3.org/2000/svg">
<g requiredFeatures=""/>
<g requiredExtensions=""/>
<g systemLanguage=""/>
</svg>