|
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 <!--= Copyright 2002 World Wide Web Consortium, (Massachusetts =--> |
|
5 <!--= Institute of Technology, Institut National de Recherche en =--> |
|
6 <!--= Informatique et en Automatique, Keio University). All Rights =--> |
|
7 <!--= Reserved. See http://www.w3.org/Consortium/Legal/. =--> |
|
8 <!--======================================================================--> |
|
9 <!-- ===================================================================== --> |
|
10 <!-- --> |
|
11 <!-- paths-data-02-t.svg --> |
|
12 <!-- 1.1 revision by Christophe Jolif --> |
|
13 <!-- --> |
|
14 <!-- Test that the viewer has the basic capability to handle the 'path' --> |
|
15 <!-- element and its data (d) attribute in combination with the quadratic --> |
|
16 <!-- Bezier curveto commands, Q, q, T, t (plus Mm and Zz). --> |
|
17 <!-- --> |
|
18 <!-- Author : Lofton Henderson, 29-Feb-2000 (based on work --> |
|
19 <!-- of Mark Sgarlato, Adobe). --> |
|
20 <!-- --> |
|
21 <!-- History: --> |
|
22 <!-- 29-Feb-2000, LRH, Ser#1 created. --> |
|
23 <!-- 12-Mar-2000, LH, fix test-framing rect; ser#2 --> |
|
24 <!-- 03-Aug-2000, LH=" update DOCTYPE for CR DTD, 20000802" ser# . --> |
|
25 <!-- 17-Aug-2000, JF=" fix duplicate ID bug" ser#3. --> |
|
26 <!-- 15-Nov-2000, LH: add missing test-body-content group. --> |
|
27 <!-- --> |
|
28 <!-- ===================================================================== --> |
|
29 <!--======================================================================--> |
|
30 <!--= Note. After October 2000, revision history is kept as CVS 'commit' =--> |
|
31 <!--= log messages, and therefore is no longer in the preceding preamble.=--> |
|
32 <!--======================================================================--> |
|
33 <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"> |
|
34 <SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/"> |
|
35 <!--nav data here--> |
|
36 <OperatorScript version="$Revision: 1.6 $" testname="paths-data-02-t.svg"> |
|
37 <Paragraph> |
|
38 Test that the viewer has the basic capability to handle the 'path' |
|
39 element and its data (d) attribute in combination with the quadratic |
|
40 Bezier curveto commands, Q, q, T, t (plus Mm and Zz). |
|
41 </Paragraph> |
|
42 <Paragraph> |
|
43 There are 7 subtests, each composed from the quadric Bezier path commands per |
|
44 the label by the subtest. On-curve control points (i.e., the curve position) |
|
45 are marked by small colored squares. Subtests are filled, or stroked, or |
|
46 both, using simple style properties and colors. |
|
47 </Paragraph> |
|
48 <Paragraph> |
|
49 The rendered picture should match the reference image exactly, except for possible |
|
50 variations in the labelling text (per CSS2 rules). |
|
51 </Paragraph> |
|
52 <Paragraph> |
|
53 The test uses the 'rect' element, as well as basic fill (solid primary colors), |
|
54 stroke (primary color wide and 1-pixel lines), font-family (Arial) and font-size properties. |
|
55 </Paragraph> |
|
56 </OperatorScript> |
|
57 </SVGTestCase> |
|
58 <title id="test-title">paths-data-02-t</title> |
|
59 <desc id="test-desc">Test that the viewer has the basic capability to handle the 'path' element and data (d) attribute in combination with the quadratic Bezier curveto commands, both regular and shorthand/smooth forms - Q, q, T, t (along with Mm and Zz).</desc> |
|
60 <!--======================================================================--> |
|
61 <!--Content of Test Case follows... =====================--> |
|
62 <!--======================================================================--> |
|
63 <g id="test-body-content"> |
|
64 <text font-family="Arial" font-size="12" x="120" y="14">Quadric bezier curves drawn with commands:</text> |
|
65 <!-- ====================================================================== --> |
|
66 <!-- Quad Bezier with sub-path using M, Q, M, q, & z ====================== --> |
|
67 <!-- ====================================================================== --> |
|
68 <path id="Bez_MQMqz" fill="none" stroke="#0000FF" stroke-width="3" d="M 15 20 Q 30 120 130 30 M 180 80 q -75 -100 -163 -60z"/> |
|
69 <text font-family="Arial" font-size="12" x="80" y="86">M, Q, M, q, z</text> |
|
70 <rect x="13" y="18" width="4" height="4" fill="#00C000" stroke="none"/> |
|
71 <rect x="128" y="28" width="4" height="4" fill="#00C000" stroke="none"/> |
|
72 <rect x="178" y="78" width="4" height="4" fill="#00C000" stroke="none"/> |
|
73 <rect x="15" y="18" width="4" height="4" fill="#00C000" stroke="none"/> |
|
74 <!-- ====================================================================== --> |
|
75 <!-- Quad Bezier with sub-path using m, q, z, m, q, & z =================== --> |
|
76 <!-- ====================================================================== --> |
|
77 <path id="Bez_fill_MQzmqz" fill="#FFFF00" stroke="#CF0000" d="M372 130Q272 50 422 10zm70 0q50-150-80-90z"/> |
|
78 <text font-family="Arial" font-size="12" x="352" y="150">m, q, z, m, q, z</text> |
|
79 <rect x="370" y="128" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
80 <rect x="420" y="8" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
81 <rect x="440" y="128" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
82 <rect x="360" y="38" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
83 <!-- ====================================================================== --> |
|
84 <!-- Simple Bezier using M, Q, & Z ======================================== --> |
|
85 <!-- ====================================================================== --> |
|
86 <path id="Bez_stroke_MQz" fill="none" stroke="#00FFFF" d="M224 103Q234 -12 304 33Z"/> |
|
87 <text font-family="Arial" font-size="12" x="192" y="36">M, Q, Z</text> |
|
88 <rect x="222" y="101" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
89 <rect x="302" y="31" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
90 <!-- ====================================================================== --> |
|
91 <!-- Tri Bezier using M, Q, T, Q, & z ===================================== --> |
|
92 <!-- ====================================================================== --> |
|
93 <path id="Tri_MQTQz" fill="#00C000" stroke="#000000" d="M208 168Q258 268 308 168T258 118Q128 88 208 168z"/> |
|
94 <text font-family="Arial" font-size="12" x="308" y="188">M, Q, T, Q, z</text> |
|
95 <rect x="206" y="166" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
96 <rect x="306" y="166" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
97 <rect x="256" y="116" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
98 <rect x="206" y="206" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
99 <!-- ====================================================================== --> |
|
100 <!-- Double Bezier using M, Q, Q, & z ===================================== --> |
|
101 <!-- ====================================================================== --> |
|
102 <path id="Inv_V_MCcZ" fill="#CF0000" stroke="none" d=" M 60 100 Q -40 150 60 200 Q 160 150 60 100 z "/> |
|
103 <text font-family="Arial" font-size="12" x="80" y="200">M, Q, Q, z</text> |
|
104 <rect x="58" y="98" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
105 <rect x="58" y="198" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
106 <rect x="58" y="98" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
107 <!-- ====================================================================== --> |
|
108 <!-- Sin Wave using M, q, t, t, t, t, & z ================================ --> |
|
109 <!-- ====================================================================== --> |
|
110 <path id="Sin_Mqttttz" fill="none" stroke="#FF0000" d="M240 296q25-100 47 0t47 0t47 0t47 0t47 0z"/> |
|
111 <text font-family="Arial" font-size="12" x="380" y="236">M, q, t, t, t, t, z</text> |
|
112 <rect x="238" y="294" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
113 <rect x="285" y="294" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
114 <rect x="332" y="294" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
115 <rect x="379" y="294" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
116 <rect x="426" y="294" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
117 <rect x="473" y="294" width="4" height="4" fill="#0000FF" stroke="none"/> |
|
118 <!-- ====================================================================== --> |
|
119 <!-- Double Spade using M, q, Q, q, Q, & z ================================ --> |
|
120 <!-- ====================================================================== --> |
|
121 <path id="Dbl_spd_MCcZ" fill="#0000C0" stroke="#00CF00" stroke-width="2" d="M172 193q-100 50 0 50Q72 243 172 293q100 -50 0 -50Q272 243 172 193z"/> |
|
122 <text font-family="Arial" font-size="12" x="48" y="280">M, q, Q, q, Q, z</text> |
|
123 <rect x="170" y="191" width="4" height="4" fill="#FF0000" stroke="none"/> |
|
124 <rect x="170" y="241" width="4" height="4" fill="#FF0000" stroke="none"/> |
|
125 <rect x="170" y="291" width="4" height="4" fill="#FF0000" stroke="none"/> |
|
126 <rect x="170" y="241" width="4" height="4" fill="#FF0000" stroke="none"/> |
|
127 <rect x="170" y="191" width="4" height="4" fill="#FF0000" stroke="none"/> |
|
128 </g> |
|
129 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.6 $</text> |
|
130 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/> |
|
131 </svg> |
|
132 |