blob: bb7c8206a116af9e7b242c4e9546d570cea6afd8 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<svg id="svg-root"
width="100%" height="100%" viewBox="0 0 480 360"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:html="http://www.w3.org/1999/xhtml">
<g id="testmeta">
<title>Text: Text Anchor — 203</title>
<html:link rel="author"
title="Tavmjong Bah"
href="mailto:tavmjong@free.fr"/>
<html:link rel="help"
href="https://svgwg.org/svg2-draft/text.html#TextAnchoringProperties"/>
<html:link rel="match" href="text-text-anchor-003-ref.svg" />
</g>
<style id="test-font" type="text/css">
/* Standard Font (if needed). */
@font-face {
font-family: FreeSans;
src: url("fonts/FreeSans.woff") format("woff"),
local("FreeSans");
}
text { font-family: FreeSans, sans-serif }
</style>
<style id="test-style" type="text/css">
/* Style that is being tested (if needed). */
text { font-family: FreeSans, sans-serif }
</style>
<!-- TEMP -->
<g id="test-body-reference" style="font-size:16px;fill:red">
<g transform="translate(0,0)">
<circle cx="200" cy="114.8" r="2" style="fill:red"/>
<text style="text-anchor:end">
<tspan x="200" y="114.8">لكن لا بد أن</tspan>
</text>
</g>
<g transform="translate(0,60)">
<circle cx="200" cy="114.8" r="2" style="fill:red"/>
<text style="text-anchor:middle">
<tspan x="200" y="114.8" style="text-anchor:middle">أوضح لك أن</tspan>
</text>
</g>
<g transform="translate(0,120)">
<circle cx="200" cy="114.8" r="2" style="fill:red"/>
<text>
<tspan x="200" y="114.8" style="text-anchor:start">كل هذه الأفكار</tspan>
</text>
</g>
</g>
<g id="test-body-content" style="font-size:16px;direction:rtl">
<text>
<tspan x="200" y="114.8" style="text-anchor:start">لكن لا بد أن</tspan>
<tspan x="200" y="174.8" style="text-anchor:middle">أوضح لك أن</tspan>
<tspan x="200" y="234.8" style="text-anchor:end">كل هذه الأفكار</tspan>
</text>
</g>
</svg>