summaryrefslogtreecommitdiffstats
path: root/testfiles/rendering_tests/test-baseline-shift.svg
blob: 534ffab007c3b3190d57af129ba10cb20784d4bf (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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<svg width="600" height="600"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   version="1.1"
   viewBox="0 0 600 600">
  <style type="text/css">
    text {
      font-family: DejaVu Sans;
      font-size: 36px;
    }
    .title {
      text-anchor: middle;
    }
  </style>

  <g>
    <text x="50"  y="200">subscript: H<tspan style="font-size:65%;baseline-shift:sub">2</tspan>O</text>
    <text x="50"  y="300">superscript: m<tspan style="font-size:65%;baseline-shift:super">2</tspan></text>
    <text x="530" y="200" style="writing-mode:tb-rl">subscript: H<tspan style="font-size:65%;baseline-shift:sub">2</tspan>O</text>
    <text x="430" y="200" style="writing-mode:tb-rl">superscript: m<tspan style="font-size:65%;baseline-shift:super">2</tspan></text>
  </g>

  <text class="title" x="50%" y="120">Sub- and Superscript</text>

</svg>