Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / text / bidi-text-anchor-direction.svg
blob19c4df4323be9b1aee8ca2a0ca36608ab1c4f7a1
1 <svg version="1.1" baseProfile="basic" id="svg-root"
2 width="100%" height="100%" viewBox="0 0 480 360"
3 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4 <g font-size="10" font-family="'Arial Unicode MS', 'LucidaSansUnicode','MS-Gothic'">
5 <text x="240" y="50" unicode-bidi="bidi-override" direction="ltr" text-anchor="start">Text "אני יכול לאכול זכוכית וזה לא מזיק לי" is in Hebrew</text>
6 <text x="240" y="80" unicode-bidi="bidi-override" direction="ltr" text-anchor="middle">Text "אני יכול לאכול זכוכית וזה לא מזיק לי" is in Hebrew</text>
7 <text x="240" y="110" unicode-bidi="bidi-override" direction="ltr" text-anchor="end">Text "אני יכול לאכול זכוכית וזה לא מזיק לי" is in Hebrew</text>
9 <text x="240" y="150" unicode-bidi="bidi-override" direction="rtl" text-anchor="start">Text "אני יכול לאכול זכוכית וזה לא מזיק לי" is in Hebrew</text>
10 <text x="240" y="180" unicode-bidi="bidi-override" direction="rtl" text-anchor="middle">Text "אני יכול לאכול זכוכית וזה לא מזיק לי" is in Hebrew</text>
11 <text x="240" y="220" unicode-bidi="bidi-override" direction="rtl" text-anchor="end">Text "אני יכול לאכול זכוכית וזה לא מזיק לי" is in Hebrew</text>
12 </g>
13 </svg>