Widget:Translate2

From FamilySearch Wiki
Revision as of 13:57, 6 November 2023 by Ccsmith (talk | contribs)

<svg version="1.1"

    width="600" height="200"
    xmlns="http://www.w3.org/2000/svg">
 <rect width="50%" height="100%" fill="red" />
 <circle cx="150" cy="100" r="80" fill="green" />
 <text x="150" y="125" font-size="60" text-anchor="middle" fill="white">SVG</text>

</svg>