mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 19:07:31 +09:00
7 lines
299 B
XML
7 lines
299 B
XML
|
|
<!-- Test to make sure parent's "rotate" value is applied on svg:image -->
|
||
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
||
|
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
|
|
<g transform="translate(60, 80) rotate(180 40 40)">
|
||
|
|
<image xlink:href="blueRect10x10.png" width="10" height="10"/>
|
||
|
|
</g>
|
||
|
|
</svg>
|