| <?xml version="1.0" encoding="UTF-8"?> |
| <!--======================================================================--> |
| <!--= Copyright 2000 World Wide Web Consortium, (Massachusetts =--> |
| <!--= Institute of Technology, Institut National de Recherche en =--> |
| <!--= Informatique et en Automatique, Keio University). All Rights =--> |
| <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> |
| <!--======================================================================--> |
| <!--======================================================================--> |
| <!--= Author : Michael Ingrassia 20-Oct-2003 =--><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd"> |
| |
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360"> |
| <SVGTestCase |
| xmlns:testcase="http://www.w3.org/2000/02/svg/testsuite/description/" |
| xmlns="http://www.w3.org/2000/02/svg/testsuite/description/" |
| reviewer="AE" status="accepted" owner="MI" desc="Tests multiple x, y, |
| rotate" version="$Revision: 1.8 $" testname="$RCSfile: text-text-07-t.svg,v $"> |
| <!--nav data here--> |
| <OperatorScript> |
| <Paragraph> |
| Tests multiple x, y, rotate, with various combinations. Since an |
| array of values is given, each glyph must use the value from the |
| corresponding character in the list. |
| </Paragraph> |
| <Paragraph> |
| The rendered picture should match the reference image exactly, except for possible |
| variations in the labelling text (per CSS2 rules). |
| </Paragraph> |
| </OperatorScript> |
| </SVGTestCase> |
| <title id="test-title">text-text-07-t</title> |
| <desc id="test-desc">Tests multiple x, y, rotate, with various combinations</desc> |
| <!--======================================================================--> |
| <!--= Content of Test Case follows... =--> |
| <!--======================================================================--> |
| <g id="test-body-content"> |
| <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> |
| <text x="10" y="60" rotate="0 10 20 30 40 50 60" font-size="35">ROTATE</text> |
| <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> |
| </g> |
| <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.8 $</text> |
| <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/> |
| </svg> |