blob: 2f3868b2ed32e73504e9d14f255bc66e902db929 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="600">
<defs>
<pattern id="pattern" width="100%" height="100%" patternUnits="userSpaceOnUse">
<rect x="0%" y="0%" width="100%" height="50%" fill="green"/>
<rect x="0%" y="50%" width="100%" height="50%" fill="red"/>
</pattern>
<path id="path" d="M100,300 A300,300 0 1,1 700,300"/>
<clipPath id="clip">
<rect width="100%" height="50%"/>
</clipPath>
</defs>
<text x="0" dy="50" fill="url(#pattern)" clip-path="url(#clip)" style="font: bold 67px 'Ahem';">
<textPath xlink:href="#path" method="align">
OOOOOOOOOOOOOOOOOOO
</textPath>
</text>
</svg>