| OLD | NEW |
| (Empty) |
| 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"> | |
| 3 | |
| 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 <!-- ===================================================================== --> | |
| 11 <!-- --> | |
| 12 <!-- text-alignment-BE-11.svg --> | |
| 13 <!-- renamed for 1.1 suite to text-align-06-b.svg --> | |
| 14 <!-- renamed and split for svgt/b to text-align-03-b-b.svg --> | |
| 15 <!-- --> | |
| 16 <!-- Test the 'baseline-shift' property (vertical). --> | |
| 17 <!-- --> | |
| 18 <!-- Author : Jon Ferraiolo 06-Aug-2000 --> | |
| 19 <!-- 1.1 revision by Vincent Hardy --> | |
| 20 <!-- Revised for svgt/b: Ola Andersson Jun/26/2002 --> | |
| 21 <!-- --> | |
| 22 <!-- History: --> | |
| 23 <!-- 06-Aug-2000, JF: Serial#1 created. --> | |
| 24 <!-- --> | |
| 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/xlin
k" 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/"> | |
| 32 <!--nav data here--> | |
| 33 <OperatorScript version="$Revision: 1.5 $" testname="text-align-06-b.svg"> | |
| 34 <Paragraph> | |
| 35 Test 'text-anchor' property (vertical). | |
| 36 </Paragraph> | |
| 37 <Paragraph> | |
| 38 This tests the three values for property 'text-anchor': start, m
iddle and end. | |
| 39 </Paragraph> | |
| 40 </OperatorScript> | |
| 41 </SVGTestCase> | |
| 42 | |
| 43 <title id="test-title">text-align-06-b</title> | |
| 44 <desc id="test-desc">Test 'baseline-shift' 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="0" y="40">Test 'baseline-shif
t' (vertic.)</text> | |
| 50 | |
| 51 <g writing-mode="tb" glyph-orientation-vertical="0" > | |
| 52 <g id="baseline-shift" font-family="Arial" font-size="30" transform="t
ranslate(90,60)"> | |
| 53 <text x="0">te<tspan baseline-shift="7" fill="red" >7</tspa
n>xt</text> | |
| 54 <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="260">te<tspan baseline-shift="super" fill="green"
>super</tspan><tspan baseline-shift="baseline" fill="blue" >x</tspan>t</text> | |
| 57 </g> | |
| 58 </g> | |
| 59 </g> | |
| 60 <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 <script> | |
| 63 if (window.testRunner) | |
| 64 window.testRunner.dumpSelectionRect(); | |
| 65 document.execCommand("SelectAll"); | |
| 66 </script> | |
| 67 </svg> | |
| 68 | |
| OLD | NEW |