RosettaCodeData/Task/Hello-world-Graphical/XSLT/hello-world-graphical-3.xslt

9 lines
315 B
HTML
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
<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>