Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / svg-animateTransform-calcMode-discrete.svg
blobf9abef8e3240236be28f54379500547975d61d80
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <text x="10" y="20">Testing calcMode="discrete" for &lt;animateTransform&gt;. The rect should jump by 100px at 2s.</text>
3 <rect y="30" width="100px" height="100px" fill="green">
4 <animateTransform attributeName="transform" type="translate" from="0,0" to="100,0" calcMode="discrete" fill="freeze" dur="4s"/>
5 </rect>
6 </svg>