| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <!--======================================================================--> | |
| 3 <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =--> | |
| 4 <!--= Institute of Technology, Institut National de Recherche en =--> | |
| 5 <!--= Informatique et en Automatique, Keio University). All Rights =--> | |
| 6 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> | |
| 7 <!--======================================================================--> | |
| 8 <!--======================================================================--> | |
| 9 <!--= Author : Michael Ingrassia 20-Oct-2003 =--><!D
OCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG
/1.1/DTD/svg11-tiny.dtd"> | |
| 10 | |
| 11 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k" version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" vie
wBox="0 0 480 360"> | |
| 12 <SVGTestCase | |
| 13 xmlns:testcase="http://www.w3.org/2000/02/svg/testsuite/description/" | |
| 14 xmlns="http://www.w3.org/2000/02/svg/testsuite/description/" | |
| 15 reviewer="AE" status="accepted" owner="MI" desc="Tests multiple x, y, | |
| 16 rotate" version="$Revision: 1.8 $" testname="$RCSfile: text-text-07-t.sv
g,v $"> | |
| 17 <!--nav data here--> | |
| 18 <OperatorScript> | |
| 19 <Paragraph> | |
| 20 Tests multiple x, y, rotate, with various combinations. Since an
| |
| 21 array of values is given, each glyph must use the value from the | |
| 22 corresponding character in the list. | |
| 23 </Paragraph> | |
| 24 <Paragraph> | |
| 25 The rendered picture should match the reference image exactly, e
xcept for possible | |
| 26 variations in the labelling text (per CSS2 rules). | |
| 27 </Paragraph> | |
| 28 </OperatorScript> | |
| 29 </SVGTestCase> | |
| 30 <title id="test-title">text-text-07-t</title> | |
| 31 <desc id="test-desc">Tests multiple x, y, rotate, with various combinations<
/desc> | |
| 32 <!--======================================================================--
> | |
| 33 <!--= Content of Test Case follows... =--
> | |
| 34 <!--======================================================================--
> | |
| 35 <g id="test-body-content"> | |
| 36 <text x="240 260 280 300 320 340 360" y="60 80 100 120 140 160 180 200"
font-size="35">Multi X Y</text> | |
| 37 <text x="10" y="60" rotate="0 10 20 30 40 50 60" font-size="35">ROTATE</
text> | |
| 38 <text x="10 30 50 70 90 110 130 150 170 190 210 230 250" y="300 290 280
270 260 250 240 230 220 210 200 190 180" rotate="0 -10 -20 -30 -40 -50 -60 -70 -
80 -90 -100 -110 -120" font-size="35">Both Together</text> | |
| 39 </g> | |
| 40 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black"
>$Revision: 1.8 $</text> | |
| 41 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" strok
e="#000000"/> | |
| 42 <script> | |
| 43 if (window.testRunner) | |
| 44 window.testRunner.dumpSelectionRect(); | |
| 45 document.execCommand("SelectAll"); | |
| 46 </script> | |
| 47 </svg> | |
| OLD | NEW |