summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/text/reftests/text-inline-size-007-ref.svg
blob: 181785117fb4a434748870ff69518473925b5090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?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: Inline Size — 006</title>
    <html:link rel="author"
          title="Tavmjong Bah"
          href="mailto:tavmjong@free.fr"/>
  </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>

  <g id="test-body-reference" style="font-size:16px">
    <g transform="translate(0,0)">
      <text>
        <tspan x="80" y="114.8">Lorem ipsum dolor sit amet, consectetur</tspan>
        <tspan x="80" y="139.6">adipiscing <tspan style="font-size:32px">elit</tspan>, sed do eiusmod tempor</tspan>
        <tspan x="80" y="159.6">incididunt ut labore et dolore magna aliqua. Ut</tspan>
        <tspan x="80" y="184.4">enim ad minim veniam, <tspan style="font-size:32px">quis</tspan> nostrud</tspan>
        <tspan x="80" y="204.4">exercitation ullamco laboris <tspan style="font-size:8px">nisi</tspan> ut aliquip ex ea</tspan>
        <tspan x="80" y="226.8">commodo consequat.</tspan>
      </text>
    </g>
  </g>

</svg>