11 lines
397 B
XML
11 lines
397 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
|
|
<text style="font: 50px Ahem;" text-anchor="middle" x="50%" y="50%" direction="rtl">
|
|
<tspan fill="red">R</tspan><tspan fill="green">G</tspan><tspan fill="blue">B</tspan>
|
|
</text>
|
|
|
|
<g stroke-width="2" stroke="red">
|
|
<line x1="0" y1="50%" x2="100%" y2="50%"/>
|
|
<line x1="50%" y1="0" x2="50%" y2="100%"/>
|
|
</g>
|
|
</svg>
|