mirror of
https://github.com/svg/svgo.git
synced 2025-07-29 20:21:14 +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>
|