RosettaCodeData/Task/Hello-world-Graphical/XSLT/hello-world-graphical-3.xslt
2023-07-01 13:44:08 -04:00

8 lines
315 B
HTML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200">
<rect x="0" y="0" width="400" height="200" fill="cyan"/>
<circle cx="200" cy="100" r="50" fill="yellow"/>
<text x="200" y="115" style="font-size: 40px;
text-align: center;
text-anchor: middle;
fill: black;">Goodbye, World!</text>
</svg>