mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
41 lines
1.9 KiB
XML
41 lines
1.9 KiB
XML
|
<svg xmlns="http://www.w3.org/2000/svg"
|
||
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
|
<style>
|
||
|
@font-face { font-family: Linux Libertine; src: url(../../fonts/LinLibertine_Re-4.7.5.woff); }
|
||
|
svg { font: 50px Linux Libertine; text-rendering: geometricPrecision; }
|
||
|
</style>
|
||
|
<linearGradient id="aqua">
|
||
|
<stop stop-color="aqua"/>
|
||
|
</linearGradient>
|
||
|
<!-- the unscaled width of the "123" is 66 -->
|
||
|
<g transform="translate(50,0)">
|
||
|
<g stroke="red">
|
||
|
<path id="p1" d="M 0,40 v 66"/>
|
||
|
<path id="p2" d="M 40,40 v 132"/>
|
||
|
<path id="p3" d="M 80,40 v 132"/>
|
||
|
<path id="p4" d="M 120,40 v 44"/>
|
||
|
<path id="p5" d="M 160,40 v 44"/>
|
||
|
</g>
|
||
|
|
||
|
<g fill="url(#aqua)">
|
||
|
<text><textPath xlink:href="#p1">123</textPath></text>
|
||
|
<text textLength="132"><textPath xlink:href="#p2">123</textPath></text>
|
||
|
<text id="t" textLength="132" lengthAdjust="spacingAndGlyphs"><textPath xlink:href="#p3">123</textPath></text>
|
||
|
<text textLength="44"><textPath xlink:href="#p4">123</textPath></text>
|
||
|
<text textLength="44" lengthAdjust="spacingAndGlyphs"><textPath xlink:href="#p5">123</textPath></text>
|
||
|
</g>
|
||
|
|
||
|
<g fill="none" stroke="black" stroke-width="2px">
|
||
|
<text transform="translate(40,40)rotate(90)" y="40">123</text>
|
||
|
<text transform="translate(80,40)rotate(90)" y="40">1</text>
|
||
|
<text transform="translate(80,40)rotate(90)" x="66" y="40" text-anchor="middle">2</text>
|
||
|
<text transform="translate(80,40)rotate(90)" x="132" y="40" text-anchor="end">3</text>
|
||
|
<text transform="translate(80,40)rotate(90)scale(2,1)">123</text>
|
||
|
<text transform="translate(120,40)rotate(90)">1</text>
|
||
|
<text transform="translate(120,40)rotate(90)" x="22" text-anchor="middle">2</text>
|
||
|
<text transform="translate(120,40)rotate(90)" x="44" text-anchor="end">3</text>
|
||
|
<text transform="translate(160,40)rotate(90)scale(0.66666666,1)">123</text>
|
||
|
</g>
|
||
|
</g>
|
||
|
</svg>
|