mirror of
https://github.com/svg/svgo.git
synced 2025-09-21 17:21:58 +03:00
34 lines
551 B
XML
34 lines
551 B
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:test="http://">
|
|
<foreignObject>
|
|
<div class="test">
|
|
fallback test
|
|
</div>
|
|
</foreignObject>
|
|
|
|
<test>
|
|
test
|
|
</test>
|
|
<test:test>
|
|
test
|
|
</test:test>
|
|
<g>
|
|
test
|
|
</g>
|
|
</svg>
|
|
|
|
@@@
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:test="http://">
|
|
<foreignObject>
|
|
<div class="test">
|
|
fallback test
|
|
</div>
|
|
</foreignObject>
|
|
<test:test>
|
|
test
|
|
</test:test>
|
|
<g>
|
|
test
|
|
</g>
|
|
</svg>
|