OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <?xml-stylesheet href="../text/resources/glyph-orientation-vertical.css" type="t
ext/css"?> |
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics
/SVG/1.1/DTD/svg11-basic.dtd"> | 3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Basic//EN" "http://www.w3.org/Graphics
/SVG/1.1/DTD/svg11-basic.dtd"> |
3 | 4 |
4 <!--======================================================================--> | 5 <!--======================================================================--> |
5 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =--> | 6 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =--> |
6 <!--= Institute of Technology, Institut National de Recherche en =--> | 7 <!--= Institute of Technology, Institut National de Recherche en =--> |
7 <!--= Informatique et en Automatique, Keio University). All Rights =--> | 8 <!--= Informatique et en Automatique, Keio University). All Rights =--> |
8 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> | 9 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> |
9 <!--======================================================================--> | 10 <!--======================================================================--> |
10 <!-- ===================================================================== --> | 11 <!-- ===================================================================== --> |
11 <!-- --> | 12 <!-- --> |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 <text x="80">te<tspan baseline-shift="-70%" fill="red" >-70
%</tspan>xt</text> | 55 <text x="80">te<tspan baseline-shift="-70%" fill="red" >-70
%</tspan>xt</text> |
55 <text x="180">te<tspan baseline-shift="sub" fill="red" >sub
</tspan><tspan baseline-shift="baseline" fill="blue" >x</tspan>t</text> | 56 <text x="180">te<tspan baseline-shift="sub" fill="red" >sub
</tspan><tspan baseline-shift="baseline" fill="blue" >x</tspan>t</text> |
56 <text x="260">te<tspan baseline-shift="super" fill="green"
>super</tspan><tspan baseline-shift="baseline" fill="blue" >x</tspan>t</text> | 57 <text x="260">te<tspan baseline-shift="super" fill="green"
>super</tspan><tspan baseline-shift="baseline" fill="blue" >x</tspan>t</text> |
57 </g> | 58 </g> |
58 </g> | 59 </g> |
59 </g> | 60 </g> |
60 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">
$Revision: 1.5 $</text> | 61 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">
$Revision: 1.5 $</text> |
61 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke
="#000000"/> | 62 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke
="#000000"/> |
62 </svg> | 63 </svg> |
63 | 64 |
OLD | NEW |