mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
11 lines
603 B
XML
11 lines
603 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<text x="20px" y="20px" style="font-size: 10px">abc</text>
|
||
|
|
<text x="70px" y="20px" style="font-size: 20px">abc</text>
|
||
|
|
<text x="120px" y="20px" style="font-size: 20px">abc</text>
|
||
|
|
<text x="20px" y="70px" style="font-size: 20px">abc</text>
|
||
|
|
<text x="70px" y="70px" style="font-size: 20px">abc</text>
|
||
|
|
<text x="120px" y="70px" style="font-size: 20px">abc</text>
|
||
|
|
<text x="20px" y="120px" style="font-size: 20px">abc</text>
|
||
|
|
<text x="70px" y="120px" style="font-size: 10px">abc</text>
|
||
|
|
<text x="120px" y="120px" style="font-size: 10px">abc</text>
|
||
|
|
</svg>
|