mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
6 lines
243 B
XML
6 lines
243 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="400" height="100">
|
|
<text x="10" y="20">
|
|
<tspan systemLanguage="xx" fill="red">This text shouldn't display.</tspan>
|
|
<tspan fill="green">This text should display.</tspan>
|
|
</text>
|
|
</svg>
|