1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE svg PUBLIC
"-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd">
4 <!--======================================================================-->
5 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =-->
6 <!--= Institute of Technology, Institut National de Recherche en =-->
7 <!--= Informatique et en Automatique, Keio University). All Rights =-->
8 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =-->
9 <!--======================================================================-->
10 <!-- ===================================================================== -->
12 <!-- text-alignment-BE-11.svg -->
13 <!-- renamed for 1.1 suite to text-align-05-b.svg -->
14 <!-- renamed and split for svgt/b to text-align-03-b-a.svg -->
16 <!-- Test 'text-anchor' property (vertical). -->
18 <!-- Author : Jon Ferraiolo 06-Aug-2000 -->
19 <!-- 1.1 revision by Vincent Hardy -->
20 <!-- Revised for svgt/b: Ola Andersson Jun/26/2002 -->
23 <!-- 06-Aug-2000, JF: Serial#1 created. -->
25 <!-- ===================================================================== -->
26 <!--======================================================================-->
27 <!--= Note. After October 2000, revision history is kept as CVS 'commit' =-->
28 <!--= log messages, and therefore is no longer in the preceding preamble.=-->
29 <!--======================================================================-->
30 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" id=
"svg-root" width=
"100%" height=
"100%" viewBox=
"0 0 480 360" version=
"1.1" baseProfile=
"basic">
31 <SVGTestCase xmlns=
"http://www.w3.org/2000/02/svg/testsuite/description/">
33 <OperatorScript version=
"$Revision: 1.5 $" testname=
"text-align-05-b.svg">
35 Test 'text-anchor' property (vertical).
38 This tests the three values for property 'text-anchor': start, middle and end.
43 <title id=
"test-title">text-align-
05-b
</title>
44 <desc id=
"test-desc">Test 'text-anchor' property (vertical)
</desc>
45 <!--======================================================================-->
46 <!--Content of Test Case follows... =====================-->
47 <!--======================================================================-->
48 <g id=
"test-body-content">
49 <text font-family=
"Arial" font-size=
"40" x=
"5" y=
"40">Test 'text-anchor' (vertical)
</text>
51 <g writing-mode=
"tb" glyph-orientation-vertical=
"0" >
52 <g id=
"text-anchor" font-family=
"Arial" font-size=
"30" transform=
"translate(160,150)">
53 <g transform=
"translate(0,0)">
55 <text text-anchor=
"start" fill=
"red" >start
</text>
57 <g transform=
"translate(50,0)">
59 <text text-anchor=
"middle" fill=
"green" >middle
</text>
61 <g transform=
"translate(100,0)">
63 <text text-anchor=
"end" fill=
"blue" >end
</text>
69 <text id=
"revision" x=
"10" y=
"340" font-size=
"40" stroke=
"none" fill=
"black">$Revision:
1.5 $
</text>
70 <rect id=
"test-frame" x=
"1" y=
"1" width=
"478" height=
"358" fill=
"none" stroke=
"#000000"/>