summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/import/animate-elem-80-t-manual.svg
blob: ba831cb72683939561a556a1183821523ee45b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<svg version="1.1" baseProfile="tiny" id="svg-root"
  width="100%" height="100%" viewBox="0 0 480 360"
  xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <!--======================================================================-->
  <!--=  SVG 1.1 2nd Edition Test Case                                     =-->
  <!--======================================================================-->
  <!--=  Copyright 2009 World Wide Web Consortium, (Massachusetts          =-->
  <!--=  Institute of Technology, European Research Consortium for         =-->
  <!--=  Informatics and Mathematics (ERCIM), Keio University).            =-->
  <!--=  All Rights Reserved.                                              =-->
  <!--=  See http://www.w3.org/Consortium/Legal/.                          =-->
  <!--======================================================================-->
  <d:SVGTestCase xmlns:d="http://www.w3.org/2000/02/svg/testsuite/description/"
    template-version="1.4" reviewer="CN" author="VH" status="accepted"
    version="$Revision: 1.6 $" testname="$RCSfile: animate-elem-80-t.svg,v $">
    <d:testDescription xmlns="http://www.w3.org/1999/xhtml" href="http://www.w3.org/TR/SVG11/animate.html#Animation">
      <p>
        This test demonstrates validates the operation of the
        animateTransform element and validates the operation
        of the different type attribute values.
      </p>
      <p>
        There are 5 possible values for the type attribute and
        there is one animateTransform for each type and two for
        the translate type.
      </p>
      <p>
        For each transform type, the test has a corresponding animateTransform.
        The test uses references to show what the expected transform should be
        at different points in the animation. For example, the top left
        animateTransform, for type=rotate, shows circular markers which turn
        orange at the time of corresponding transform value should be set by the
        animateTransform.
        The marker elements show the expected transform value on reference
        markers in the test.
      </p>
    </d:testDescription>
    <d:operatorScript xmlns="http://www.w3.org/1999/xhtml">
      <p>Run the test. No interaction required.</p>
    </d:operatorScript>
    <d:passCriteria xmlns="http://www.w3.org/1999/xhtml">
      <p>The test has eight sub-tests, each of which consists of a brown
      shape being animated in some way with the animation starting two
      seconds after the document is loaded.  Gray shapes are used
      to indicate points along the animation.  The test passes if
      the brown shape in each of the sub-tests is animated correctly,
      according to the following descriptions:</p>
      <ul>
        <li>In the two "type=rotate" sub-tests, the brown line is rotated
        clockwise about one of its end points for one complete revolution,
        and then immediately performs the reverse animation where it is
        rotated anti-clockwise for one complete revolution.  During the
        animation, whenever the other end point of the line coincides
        with one of the gray filled circles, the circle briefly glows yellow.</li>
        <li>In the "type=skewX" sub-test, the brown line continuously skewed.
        It starts off coinciding with the middle gray silhouette, and then
        over the course of the animation coincides with the left gray silhouette,
        the middle one, the right one and finally the middle one again.
        During the animation, whenever the brown line coincides with one of the gray silhouettes,
        the silhouette briefly glows yellow.</li>
        <li>In the "type=skewY" sub-test, the brown line continuously skewed.
        It starts off coinciding with the middle gray silhouette, and then
        over the course of the animation coincides with the top gray silhouette,
        the middle one, the bottom one and finally the middle one again.
        During the animation, whenever the brown line coincides with one of the gray silhouettes,
        the silhouette briefly glows yellow.</li>
        <li>In the two "type=translate" sub-tests, the brown circle is continuously
        translated.  It starts off coinciding with the left-most gray circle, and
        over the course of the animation coincides each of the other gray circles
        from left to right.  During the animation, whenever the brown circle coincides with one of the
        gray circles, the circle briefly glows yellow.</li>
        <li>In the two "type=scale" sub-tests, the brown circle is continuously
        scaled.  There are four concentric gray stroked circles indicating the
        sizes the brown circle will take during the animation, although they
        are only all visible at the end of the animation.  (Initially only the
        largest one is visible.)  The brown circle
        starts off with a size coinciding with the largest gray circle, and
        over the course of the animation coincides each of the other gray circles
        from outside in.  During the animation, whenever the brown circle coincides with one of the
        gray circles, the circle briefly glows yellow.</li>
      </ul>
    </d:passCriteria>
  </d:SVGTestCase>
  <title id="test-title">$RCSfile: animate-elem-80-t.svg,v $</title>
  <defs>
    <font-face font-family="SVGFreeSansASCII" unicode-range="U+0-7F">
      <font-face-src>
        <font-face-uri xlink:href="../resources/SVGFreeSans.svg#ascii"/>
      </font-face-src>
    </font-face>
  </defs>
  <g id="test-body-content" font-family="SVGFreeSansASCII,sans-serif" font-size="18">
    <text text-anchor="middle" x="240" y="25" font-size="16">&lt;animateTransform&gt;</text>
    <defs>
      <g id="ref" stroke="rgb(192,192,192)" fill="none">
        <circle stroke-width="2" r="40"/>
        <line x1="-45" x2="45"/>
        <line y1="-45" y2="45"/>
      </g>
    </defs>
    <g transform="translate(0,0)" font-size="14">
      <g transform="translate(60,90)">
        <use xlink:href="#ref"/>

        <line x1="40" x2="40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="rotate(0)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="2s;4s;6s" dur="0.2s"/>
        </line>

        <line x1="40" x2="40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="rotate(90)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="2.5s;5.5s" dur="0.2s"/>
        </line>

        <line x1="40" x2="40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="rotate(180)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="3s;5s" dur="0.2s"/>
        </line>

        <line x1="40" x2="40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="rotate(270)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="3.5s;4.5s" dur="0.2s"/>
        </line>

        <line x2="40" stroke-width="10" stroke-linecap="round" stroke="rgb(200,80,80)">
          <animateTransform attributeName="transform" type="rotate" values="0;360;0" begin="2s" dur="4s"/>
        </line>

        <text y="60" text-anchor="middle">type=rotate</text>
      </g>

      <g transform="translate(180,110)">
        <line y2="-40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="skewX(0)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="2s;4s;6s" dur="0.2s"/>
        </line>

        <line y2="-40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="skewX(45)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="3.333s" dur="0.2s"/>
        </line>

        <line y2="-40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="skewX(-45)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="4.666s" dur="0.2s"/>
        </line>

        <line y2="-40" stroke-width="10" stroke-linecap="round" stroke="rgb(200,80,80)">
          <animateTransform attributeName="transform" type="skewX" values="0;45;-45;0" begin="2s" dur="4s"/>
        </line>
        <text y="40" text-anchor="middle">type=skewX</text>
      </g>

      <g transform="translate(300,90)">
        <g transform="translate(15,0)">
          <line x2="-40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="skewY(0)">
            <set attributeName="stroke" to="rgb(250,200,30)" begin="2s;4s;6s" dur="0.2s"/>
          </line>

          <line x2="-40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="skewY(30)">
            <set attributeName="stroke" to="rgb(250,200,30)" begin="3.333s" dur="0.2s"/>
          </line>

          <line x2="-40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="skewY(-30)">
            <set attributeName="stroke" to="rgb(250,200,30)" begin="4.666s" dur="0.2s"/>
          </line>

          <line x2="-40" stroke-width="10" stroke-linecap="round" stroke="rgb(200,80,80)">
            <animateTransform attributeName="transform" type="skewY" values="0;30;-30;0" begin="2s" dur="4s"/>
          </line>
        </g>

        <text y="60" text-anchor="middle">type=skewY</text>
      </g>

      <g transform="translate(420,90)">
        <circle stroke="rgb(192,192,192)" stroke-width="4" r="40" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="2s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="4" r="30" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="3s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="4" r="20" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="4s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="4" r="10" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="5s" dur="0.2s"/>
        </circle>

        <circle fill="rgb(200,80,80)" r="10" transform="scale(4)">
          <animateTransform attributeName="transform" type="scale" values="4,4;3,3;2,2;1,1" begin="2s" dur="3s" fill="freeze"/>
        </circle>
        <text y="60" text-anchor="middle">type=scale</text>
        <text y="75" text-anchor="middle">(sx and sy)</text>
      </g>


      <g transform="translate(20,180)">
        <use xlink:href="#ref" x="40" y="40"/>

        <line x1="80" y1="40" x2="80" y2="40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="rotate(0,40,40)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="2s;4s;6s" dur="0.2s"/>
        </line>

        <line x1="80" y1="40" x2="80" y2="40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="rotate(90,40,40)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="2.5s;5.5s" dur="0.2s"/>
        </line>

        <line x1="80" y1="40" x2="80" y2="40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="rotate(180,40,40)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="3s;5s" dur="0.2s"/>
        </line>

        <line x1="80" y1="40" x2="80" y2="40" stroke-width="15" stroke-linecap="round" stroke="rgb(192,192,192)" transform="rotate(270,40,40)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="3.5s;4.5s" dur="0.2s"/>
        </line>

        <line x1="40" y1="40" x2="80" y2="40" stroke-width="10" stroke-linecap="round" stroke="rgb(200,80,80)">
          <animateTransform attributeName="transform" type="rotate" values="0 40 40;360 40 40;0 40 40" begin="2s" dur="4s"/>
        </line>

        <text y="100" x="40" text-anchor="middle">type=rotate</text>
        <text y="115" x="40" text-anchor="middle">(with cx/cy)</text>
      </g>

      <g transform="translate(180,220)">
        <circle stroke="rgb(192,192,192)" stroke-width="4" cx="-40" r="10" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="2s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="4" cx="-20" r="10" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="3s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="4" cx="0" r="10" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="4s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="4" cx="20" r="10" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="5s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="4" cx="40" r="10" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="6s" dur="0.2s"/>
        </circle>

        <circle fill="rgb(200,80,80)" r="6" transform="translate(-40,0)">
          <animateTransform attributeName="transform" type="translate" values="-40;-20;0;20;40" begin="2s" dur="4s" fill="freeze"/>
        </circle>
        <text y="60" text-anchor="middle">type=translate</text>
        <text y="75" text-anchor="middle">(tx only)</text>
      </g>

      <g transform="translate(300,220)">
        <circle stroke="rgb(192,192,192)" stroke-width="4" cx="-40" cy="30" r="10" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="2s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="4" cx="-20" cy="15" r="10" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="3s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="4" cx="0" r="10" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="4s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="4" cx="20" cy="-15" r="10" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="5s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="4" cx="40" cy="-30" r="10" fill="none">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="6s" dur="0.2s"/>
        </circle>

        <circle fill="rgb(200,80,80)" r="6" transform="translate(-40,30)">
          <animateTransform attributeName="transform" type="translate" values="-40,30;-20,15;0,0;20,-15;40,-30" begin="2s" dur="4s" fill="freeze"/>
        </circle>
        <text y="60" text-anchor="middle">type=translate</text>
        <text y="75" text-anchor="middle">(tx and ty)</text>
      </g>

      <g transform="translate(420,220)">
        <circle stroke="rgb(192,192,192)" stroke-width="1" r="10" fill="none" transform="scale(4,4)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="2s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="1.3333" r="10" fill="none" transform="scale(3,3)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="3s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="2" r="10" fill="none" transform="scale(2,2)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="4s" dur="0.2s"/>
        </circle>

        <circle stroke="rgb(192,192,192)" stroke-width="4" r="10" fill="none" transform="scale(1,1)">
          <set attributeName="stroke" to="rgb(250,200,30)" begin="5s" dur="0.2s"/>
        </circle>

        <circle fill="rgb(200,80,80)" r="10" transform="scale(4,4)">
          <animateTransform attributeName="transform" type="scale" values="4;3;2;1" begin="2s" dur="3s" fill="freeze"/>
        </circle>
        <text y="60" text-anchor="middle">type=scale</text>
        <text y="75" text-anchor="middle">(sx only)</text>
      </g>
    </g>
  </g>
  <g font-family="SVGFreeSansASCII,sans-serif" font-size="32">
    <text id="revision" x="10" y="340" stroke="none" fill="black">$Revision: 1.6 $</text>
  </g>
  <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000"/>
  <!-- comment out this watermark once the test is approved -->
  <!--<g id="draft-watermark">
    <rect x="1" y="1" width="478" height="20" fill="red" stroke="black" stroke-width="1"/>
    <text font-family="SVGFreeSansASCII,sans-serif" font-weight="bold" font-size="20" x="240"
      text-anchor="middle" y="18" stroke-width="0.5" stroke="black" fill="white">DRAFT</text>
  </g>-->
</svg>