Widget:Translate2: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<svg version="1.1" | <svg version="1.1" | ||
width="300" height="200 | width="300" height="200" | ||
xmlns="http://www.w3.org/2000/svg"> | xmlns="http://www.w3.org/2000/svg"> | ||
<circle cx="150" cy="100" r="80" fill="green" /> | <circle cx="150" cy="100" r="80" fill="green" /> | ||
<rect width="100%" height="100%" fill="red" /> | |||
<text x="150" y="125" font-size="60" text-anchor="middle" fill="white">SVG</text> | <text x="150" y="125" font-size="60" text-anchor="middle" fill="white">SVG</text> | ||
</svg> | </svg> |
Revision as of 14:50, 6 November 2023
<svg version="1.1"
width="300" height="200" xmlns="http://www.w3.org/2000/svg">
<circle cx="150" cy="100" r="80" fill="green" />
<rect width="100%" height="100%" fill="red" />
<text x="150" y="125" font-size="60" text-anchor="middle" fill="white">SVG</text>
</svg>