mirror of
https://github.com/svg/svgo.git
synced 2025-09-15 20:41:07 +03:00
14 lines
354 B
XML
14 lines
354 B
XML
Check whether plugin works with no style elements at all (no merging needed, noop).
|
|
|
|
===
|
|
|
|
<svg id="test" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" class="st0"/>
|
|
</svg>
|
|
|
|
@@@
|
|
|
|
<svg id="test" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<rect width="100" height="100" class="st0"/>
|
|
</svg>
|