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 2000 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 <!-- animation-href-BE-02.svg -->
11 <!-- renamed for 1.1 suite to animate-elem-20-t -->
12 <!-- Author : Chris lilley 22-Mar-2000 -->
13 <!--======================================================================-->
14 <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">
15 <SVGTestCase xmlns=
"http://www.w3.org/2000/02/svg/testsuite/description/">
16 <OperatorScript version=
"$Revision: 1.8 $" testname=
"animate-elem-20-t.svg">
18 A quick animation test.
21 The assumption is that you will first click on
"fade in" and
22 then click on
"fade out", each exactly once. The first time you
23 select the link 'fade in', you should see a red square appearing,
24 gradually and smoothly fading from white to red over the
25 course of three seconds.
28 The rendered picture should match the reference image, (except
29 for possible variations in the labeling text (per CSS2 rules))
30 after activating the link on the fade-in button the first time
31 and waiting three seconds for the animation to compete. The picture
32 should remain looking the same way indefinitely, until another
36 With the second click on
"fade in", however, the behavior might
37 be different. In the case of having a first click on
"fade in",
38 waiting three seconds, and then immediately perform a first click
39 on
"fade out", waiting three seconds, and then immediately perform
40 a second click on
"fade in", you should see the following. After
41 the first click on
"fade in", the red square goes from white to red.
42 After the first click on
"fade out", the red square goes
43 from red to white. After the second click on
"fade in",
44 however, the red square goes from white to red, and then
45 goes back from red to white. This is because of the
46 hyperlinking rules as they relate to resolved start times in the
47 SMIL Animation specification.
51 <title id=
"test-title">animate-elem-
20-t
</title>
52 <desc id=
"test-desc">See if animation, tiggered by links, works.
</desc>
53 <!--======================================================================-->
54 <!--Content of Test Case follows... =====================-->
55 <!--======================================================================-->
56 <g id=
"test-body-content">
57 <rect id=
"pink" x=
"20" y=
"20" width=
"200" height=
"200" fill=
"#fff">
58 <animate id=
"fadein" attributeName=
"fill" attributeType=
"auto" from=
"#fff" to=
"red" begin=
"indefinite" dur=
"3s" fill=
"freeze"/>
59 <animate id=
"fadeout" attributeName=
"fill" attributeType=
"auto" from=
"red" to=
"#fff" begin=
"indefinite" dur=
"3s" fill=
"freeze"/>
61 <!-- ok so this is testing dynamic compositing as well -->
63 <a xlink:
href=
"#fadein">
64 <rect x=
"320" y=
"0" width=
"160" height=
"180" fill=
"green"/>
65 <text fill=
"white" font-size=
"30" font-weight=
"bold" x=
"330" y=
"90">Fade in
</text>
67 <a xlink:
href=
"#fadeout">
68 <rect x=
"320" y=
"180" width=
"160" height=
"180" fill=
"maroon"/>
69 <text fill=
"white" font-size=
"30" font-weight=
"bold" x=
"330" y=
"280">Fade out
</text>
73 <text id=
"revision" x=
"10" y=
"340" font-size=
"40" stroke=
"none" fill=
"black">$Revision:
1.8 $
</text>
74 <rect id=
"test-frame" x=
"1" y=
"1" width=
"478" height=
"358" fill=
"none" stroke=
"#000000"/>