mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
6 lines
211 B
XML
6 lines
211 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M 100,100 l 4,8 h -8 z" fill="red"/>
|
|
<g transform="translate(100,100)" style="text-anchor: end; font: 16px sans-serif">
|
|
<text>hello</text>
|
|
</g>
|
|
</svg>
|