Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / W3C-SVG-1.1 / resources / animation-extRef-image2.svg
blobd10ee806a15f85ca1f30b63a1e34d0646ad57349
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "SVG-1.1-monolithic-fixed.dtd">
3 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="animation-extRef-image2" width="360" height="120" viewBox="0 0 360 120">
4 <g style="stroke: black; stroke-width:2">
5 <rect x="2" y="10" width="120" height="20" style="fill: lightgreen"/>
6 <rect x="2" y="50" width="120" height="20" style="fill: blue">
7 <animate attributeName="width" attributeType="XML" from="120" to="240" begin="1s" dur="5s" fill="freeze"/>
8 </rect>
9 <rect x="2" y="90" width="120" height="20" style="fill: red">
10 <animate attributeName="width" attributeType="XML" from="120" to="240" begin="1s" dur="5s" fill="freeze"/>
11 </rect>
12 </g>
13 <g>
14 <text x="280" y="30" style="font-size:20">Image 2</text>
15 </g>
16 </svg>