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