dom/smil/test/smilXHR_helper.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/smil/test/smilXHR_helper.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +<svg id="svg" xmlns="http://www.w3.org/2000/svg" width="120px" height="120px">
     1.5 +  <circle id="circ" cx="20" cy="20" r="15" fill="blue">
     1.6 +    <animate id="animXML" attributeName="cx" attributeType="XML"
     1.7 +             from="500" to="600" begin="0s" dur="4s"/>
     1.8 +    <animate id="animCSS" attributeName="opacity" attributeType="CSS"
     1.9 +             from="0.2" to="0.3" begin="0s" dur="4s"/>
    1.10 +  </circle>
    1.11 +</svg>

mercurial