WebCore/manual-tests/svg-animation-parseValues.svg
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/svg-animation-parseValues.svg	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd">
+
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360">
+    <text text-anchor="middle" x="240" y="15" font-size="16">Test for WebKit bug 12565</text>
+    <text text-anchor="middle" x="240" y="35" font-size="16">(parsing of animateTransform values).</text>
+    <text text-anchor="middle" x="240" y="55" font-size="16">You should see a green square and no red.</text>
+    <g transform="translate(60,90)">
+        <rect fill="red" x="-19" y="-19" width="38" height="38"/>
+        <g fill="green">
+            <animateTransform attributeName="transform" type="rotate" values="450;450;" dur="1s"/>
+            <rect x="-20" y="-20" width="40" height="40"/>
+        </g>
+    </g>
+</svg>