mirror of
https://github.com/svg/svgo.git
synced 2025-07-31 07:44:22 +03:00
18 lines
219 B
XML
18 lines
219 B
XML
Should add class when passed as a className String
|
|
|
|
===
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
test
|
|
</svg>
|
|
|
|
@@@
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="mySvg">
|
|
test
|
|
</svg>
|
|
|
|
@@@
|
|
|
|
{"className":"mySvg"}
|