mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
40
layout/reftests/svg/text/textLength-3.svg
Normal file
40
layout/reftests/svg/text/textLength-3.svg
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<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>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue