diff options
Diffstat (limited to 'Source/WebCore/manual-tests/animation/animateTransform-toanimation.svg')
-rw-r--r-- | Source/WebCore/manual-tests/animation/animateTransform-toanimation.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/animation/animateTransform-toanimation.svg b/Source/WebCore/manual-tests/animation/animateTransform-toanimation.svg new file mode 100644 index 0000000..b15ffd3 --- /dev/null +++ b/Source/WebCore/manual-tests/animation/animateTransform-toanimation.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="800px" height="600px"> + <g transform="translate(10, 300)"> + <rect fill="red" x="0" y="0" width="100" height="100"> + <animateTransform attributeName="transform" type="scale" to="5" dur="5s" /> + </rect> + </g> +</svg> + |