mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
212 B
XML
7 lines
212 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>
|