Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / W3C-SVG-1.1 / animate-elem-07-t.svg
blob44867325c4efef00c194ce0338ab60417a08978e
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-add-BE-11.svg -->
11 <!-- renamed for 1.1 suite to animate-elem-03-f.svg -->
12 <!-- renamed for Tiny suite to animate-elem-07-t.svg -->
13 <!-- Author : Jon Ferraiolo 11-Aug-2000 -->
14 <!-- Revised for 1.1 : Mathias Larsson Carlander Feb/12/2002 -->
15 <!-- Revised for Tiny: Takeshi Sagara 04-Jul-2002 -->
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"
18 width="100%" height="100%" viewBox="0 0 80 60">
19 <SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/">
20 <OperatorScript version="$Revision: 1.8 $" testname="animate-elem-07-t.svg">
21 <Paragraph>
22 Test different ways of defining a motion path.
23 </Paragraph>
24 <Paragraph>
25 An animation moves a triangle along a path. Reference rectangles, lines and text
26 are provided to help show what the correct behavior is. The red text shows the way that the motion path is specified
27 </Paragraph>
28 <Paragraph>
29 This animation uses the 'mpath' sub-element to define the motion path.
30 </Paragraph>
31 </OperatorScript>
32 </SVGTestCase>
33 <title id="test-title">animate-elem-07-t</title>
34 <desc id="test-desc">Test different ways of defining a motion path.</desc>
35 <!--======================================================================-->
36 <!--Content of Test Case follows... =====================-->
37 <!--======================================================================-->
38 <g id="test-body-content">
39 <text font-family="Arial" font-size="8" x="7" y="8">Test a motion path</text>
40 <text font-family="Arial" font-size="8" x="10" y="18" fill="red"> 'mpath' element.</text>
41 <g font-family="Arial" font-size="8">
42 <path id="mpathRef" d="M15,43 C15,43 36,20 65,33" fill="none" stroke="black" stroke-width="1"/>
43 <rect x="10" y="33" width="10" height="10" fill="#FFCCCC" stroke="black" stroke-width="1"/>
44 <text x="7" y="50">0 sec.</text>
45 <rect x="60" y="23" width="10" height="10" fill="#FFCCCC" stroke="black" stroke-width="1"/>
46 <text x="52" y="40">6+ sec.</text>
47 <path d="M-5,0 L0,-10 L5,0 z" fill="blue" stroke="red" stroke-width="1">
48 <animateMotion id="an1" begin="0s" dur="6s" calcMode="linear" fill="freeze">
49 <mpath xlink:href="#mpathRef"/>
50 </animateMotion>
51 </path>
52 </g>
53 </g>
54 <text id="revision" x="5" y="57" font-size="6" stroke="none" fill="black">$Revision: 1.8 $</text>
55 <rect id="test-frame" x="1" y="1" width="78" height="58" fill="none" stroke="#000000"/>
56 </svg>