|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.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 <!-- paint-stroke-BE-02.svg --> |
|
12 <!-- renamed for 1.1 suite to "painting-stroke-01-t.svg --> |
|
13 <!-- --> |
|
14 <!-- Author : Kevin McCluskey, 23-Mar-2000 --> |
|
15 <!-- 1.1 revision by Rick Graham --> |
|
16 <!--======================================================================--> |
|
17 <svg version="1.1" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360"> |
|
18 <SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/"> |
|
19 <OperatorScript version="$Revision: 1.8 $" testname="painting-stroke-01-f.svg"> |
|
20 <Paragraph> |
|
21 Verify the basic capability to handle the stroke properties (stroke) |
|
22 in combination with the rect element . |
|
23 The pair should be rendered as two blue rectangles, |
|
24 the upper one without a stroke and the lower with a red stroke. |
|
25 </Paragraph> |
|
26 <Paragraph> |
|
27 The rendered picture should match the reference image, except for possible |
|
28 variations in the labelling text (per CSS2 rules). |
|
29 </Paragraph> |
|
30 <Paragraph> |
|
31 The test uses the 'rect' element, as well as basic fill (solid primary colors), |
|
32 stroke, stroke:red font-family (Arial) and font-size properties. |
|
33 </Paragraph> |
|
34 </OperatorScript> |
|
35 </SVGTestCase> |
|
36 <title id="test-title">painting-stroke-01-t</title> |
|
37 <desc id="test-desc">Test that viewer has the basic capability to handle the <stroke properites></desc> |
|
38 <!--======================================================================--> |
|
39 <!--Content of Test Case follows... =====================--> |
|
40 <!--======================================================================--> |
|
41 <g id="test-body-content"> |
|
42 <!-- ============================================================================= --> |
|
43 <!-- Draw two simple rectangles. One without stroke other with stroke:red --> |
|
44 <!-- ============================================================================= --> |
|
45 <text font-family="Arial" font-size="36" x="10" y="40">Basic paint: stroke properties.</text> |
|
46 <rect id="stroke-01" fill="blue" stroke="none" x="90" y="70" width="300" height="50"/> |
|
47 <rect id="stroke-02" fill="blue" stroke-width="20" stroke="red" x="90" y="190" width="300" height="50"/> |
|
48 <text font-family="Arial" font-size="40" x="140" y="150">stroke:none</text> |
|
49 <text font-family="Arial" font-size="40" x="148" y="280">stroke:red</text> |
|
50 </g> |
|
51 |
|
52 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.8 $</text> |
|
53 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/> |
|
54 </svg> |
|
55 |