OLD | NEW |
1 <svg version="1.1" baseProfile="basic" id="svg-root" | 1 <svg version="1.1" baseProfile="basic" id="svg-root" |
2 width="100%" height="100%" viewBox="0 0 480 360" | 2 width="100%" height="100%" viewBox="0 0 480 360" |
3 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | 3 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
4 <!--======================================================================--> | 4 <!--======================================================================--> |
5 <!--= SVG 1.1 2nd Edition Test Case =--> | 5 <!--= SVG 1.1 2nd Edition Test Case =--> |
6 <!--======================================================================--> | 6 <!--======================================================================--> |
7 <!--= Copyright 2009 World Wide Web Consortium, (Massachusetts =--> | 7 <!--= Copyright 2009 World Wide Web Consortium, (Massachusetts =--> |
8 <!--= Institute of Technology, European Research Consortium for =--> | 8 <!--= Institute of Technology, European Research Consortium for =--> |
9 <!--= Informatics and Mathematics (ERCIM), Keio University). =--> | 9 <!--= Informatics and Mathematics (ERCIM), Keio University). =--> |
10 <!--= All Rights Reserved. =--> | 10 <!--= All Rights Reserved. =--> |
11 <!--= See http://www.w3.org/Consortium/Legal/. =--> | 11 <!--= See http://www.w3.org/Consortium/Legal/. =--> |
12 <!--======================================================================--> | 12 <!--======================================================================--> |
| 13 <script xlink:href="../../resources/run-after-display.js"></script> |
| 14 <script> |
| 15 if (window.testRunner) |
| 16 testRunner.waitUntilDone(); |
| 17 |
| 18 runAfterDisplay(function() { |
| 19 if (window.testRunner) |
| 20 testRunner.notifyDone(); |
| 21 }); |
| 22 </script> |
13 <d:SVGTestCase xmlns:d="http://www.w3.org/2000/02/svg/testsuite/description/" | 23 <d:SVGTestCase xmlns:d="http://www.w3.org/2000/02/svg/testsuite/description/" |
14 template-version="1.4" reviewer="SVGWG" author="Jon Ferraiolo" status="accep
ted" | 24 template-version="1.4" reviewer="SVGWG" author="Jon Ferraiolo" status="accep
ted" |
15 version="$Revision: 1.6 $" testname="$RCSfile: text-intro-09-b.svg,v $"> | 25 version="$Revision: 1.6 $" testname="$RCSfile: text-intro-09-b.svg,v $"> |
16 <d:testDescription xmlns="http://www.w3.org/1999/xhtml" href="http://www.w3.
org/TR/SVG11/text.html#Introduction"> | 26 <d:testDescription xmlns="http://www.w3.org/1999/xhtml" href="http://www.w3.
org/TR/SVG11/text.html#Introduction"> |
17 <p> | 27 <p> |
18 Test various aspects of internationalized text, including | 28 Test various aspects of internationalized text, including |
19 left-to-right, right-to-left, and the | 29 left-to-right, right-to-left, and the |
20 following properties: 'writing-mode', | 30 following properties: 'writing-mode', |
21 'direction' and 'unicode-bidi'. | 31 'direction' and 'unicode-bidi'. |
22 </p> | 32 </p> |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32"> | 79 <g font-family="SVGFreeSansASCII,sans-serif" font-size="32"> |
70 <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.6
$</text> | 80 <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.6
$</text> |
71 </g> | 81 </g> |
72 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke=
"#000000"/> | 82 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke=
"#000000"/> |
73 <!-- comment out this watermark once the test is approved --> | 83 <!-- comment out this watermark once the test is approved --> |
74 <!--<g id="draft-watermark"> | 84 <!--<g id="draft-watermark"> |
75 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-w
idth="1"/> | 85 <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-w
idth="1"/> |
76 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size
="20" x="240" | 86 <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size
="20" x="240" |
77 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white"
>DRAFT</text> | 87 text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white"
>DRAFT</text> |
78 </g>--> | 88 </g>--> |
79 </svg> | 89 </svg> |
OLD | NEW |