summaryrefslogtreecommitdiffstats
path: root/testfiles/rendering_tests/text-glyphs-vertical.svg
blob: 585a404998544fbb35966966c2bd895fb8b2aff3 (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
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
  xmlns="http://www.w3.org/2000/svg"
  xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
  width="100%"
  height="100%"
  viewBox="0 0 600 600">

  <style type="text/css">

    @font-face {
      font-family: "Noto Sans";
      src: url("fonts/NotoSans-Regular.ttf");
    }

    @font-face {
      font-family: "Noto Sans CJK JP";
      src: url("fonts/NotoSansCJKjp-Regular.otf");
    }

    @font-face {
      font-family: "GeomTest";
      src: url("fonts/GeomTest-Regular.otf");
    }

    text {
      font-family: "Noto Sans";
      font-size: 30px;
    }

    .geomtest {
      font-family: GeomTest;
    }

    .cjk {
      font-family: "Noto Sans CJK JP";
    }
  </style>

  <rect x="0" y="0" width="600" height="600" style="fill:white"/>

  <text x="100" y="100"><tspan class="cjk">㆕㆖㆘</tspan><tspan class="geomtest">A回ーऄ</tspan>G̃g̃X̃x̃</text>
  <text x="115" y="200" style="writing-mode:vertical-lr"><tspan class="cjk">㆕㆖㆘</tspan><tspan class="geomtest">A回ーऄ</tspan>G̃g̃X̃x̃</text>
  <text x="305" y="200" style="writing-mode:vertical-lr;text-orientation:upright"><tspan class="cjk">㆕㆖㆘</tspan><tspan class="geomtest">A回ーऄ</tspan>G̃g̃X̃x̃</text>
  <text x="495" y="200" style="writing-mode:vertical-lr;text-orientation:sideways"><tspan class="cjk">㆕㆖㆘</tspan><tspan class="geomtest">A回ーऄ</tspan>G̃g̃X̃x̃</text>

  <!-- Show reference point -->
  <circle cx="100" cy="100" r="2" style="fill:lightblue"/>
  <circle cx="115" cy="200" r="2" style="fill:lightblue"/>
  <circle cx="305" cy="200" r="2" style="fill:lightblue"/>
  <circle cx="495" cy="200" r="2" style="fill:lightblue"/>

</svg>