blob: d0a977589a2ccf1ee79d52c59f0e3e215a742e13 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- =====================================================================-->
<!-- animate-elem-37-t.svg -->
<!-- -->
<!-- transform on shape elements -->
<!-- -->
<!-- Author : Vincent Hardy -->
<!-- =====================================================================--><!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">
<SVGTestCase xmlns:testcase="http://www.w3.org/2000/02/svg/testsuite/description/" xmlns="http://www.w3.org/2000/02/svg/testsuite/description/" reviewer="VH" owner="OA" desc="Animation of transform on shape elements" status="accepted" version="$Revision: 1.8 $" testname="$RCSfile: animate-elem-37-t.svg,v $">
<OperatorScript>
<Paragraph>
This test validates the animation of the transform attribute shape elements.
</Paragraph>
<Paragraph>
The test applies an &lt;animateTransform&gt; on various element
types: &lt;g&gt;, &lt;use&gt;, &lt;image&gt;, &lt;switch&gt;,
&lt;a&gt; and &lt;text&gt;.
In all cases the animation should run for 3s, starting at the document's load time.
The &lt;circle&gt; has a scale animation, and all the rest of the elements should rotate together about their centers.
The static reference image shows the final state of the animation.
</Paragraph>
</OperatorScript>
</SVGTestCase>
<text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$Revision: 1.8 $</text>
<rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke="#000000"/>
<text text-anchor="middle" x="240" y="25" font-size="16">&lt;animateTransform&gt; shape elements</text>
<g transform="translate(0,0)">
<g transform="translate(60,90)">
<path id="pathID" fill="rgb(230,230,230)" stroke="rgb(255,180,0)" d="M 0 0 Q 30 0 30 -30 Q 0 -30 0 0 Q 0 -30 -30 -30 Q -30 0 0 0 Q -30 0 -30 30 Q 0 30 0 0 Q 0 30 30 30 Q30 0 0 0 Z"/>
<animateTransform attributeName="transform" xlink:href="#pathID" type="rotate" values="0;360;180;360" dur="3s"/>
<text y="60" text-anchor="middle">&lt;path&gt;</text>
</g>
<g transform="translate(180,90)">
<rect id="rectID" fill="rgb(230,230,230)" stroke="rgb(255,180,0)" x="-30" y="-20" width="60" height="40"/>
<animateTransform attributeName="transform" xlink:href="#rectID" type="rotate" values="0;360;180;360" dur="3s"/>
<text y="60" text-anchor="middle">&lt;rect&gt;</text>
</g>
<g transform="translate(300,90)">
<circle id="circleID" fill="rgb(230,230,230)" stroke="rgb(255,180,0)" r="30"/>
<animateTransform attributeName="transform" xlink:href="#circleID" type="scale" values="1;0.2;1.5;1" dur="3s"/>
<text y="60" text-anchor="middle">&lt;circle&gt;</text>
</g>
<g transform="translate(420,90)">
<ellipse id="ellipseID" fill="rgb(230,230,230)" stroke="rgb(255,180,0)" rx="40" ry="20"/>
<animateTransform attributeName="transform" xlink:href="#ellipseID" type="rotate" values="0;360;180;360" dur="3s"/>
<text y="60" text-anchor="middle">&lt;ellipse&gt;</text>
</g>
<g transform="translate(60,220)">
<line id="lineID" stroke="rgb(255,180,0)" stroke-width="10" stroke-linecap="round" x1="-30" y1="-20" x2="30" y2="20"/>
<animateTransform attributeName="transform" xlink:href="#lineID" type="rotate" values="0;360;180;360" dur="3s"/>
<text y="60" text-anchor="middle">&lt;line&gt;</text>
</g>
<g transform="translate(180,220)">
<polyline id="polylineID" stroke="rgb(255,180,0)" stroke-width="10" stroke-linecap="round" fill="none" stroke-linejoin="round" points="-30 20 -30 -20 30 20 30 -20"/>
<animateTransform attributeName="transform" xlink:href="#polylineID" type="rotate" values="0;360;180;360" dur="3s"/>
<text y="60" text-anchor="middle">&lt;polyline&gt;</text>
</g>
<g transform="translate(300,220)">
<polygon id="polygonID" fill="rgb(230,230,230)" stroke="rgb(255,180,0)" points="-30 20 -30 -20 30 20 30 -20"/>
<animateTransform attributeName="transform" xlink:href="#polygonID" type="rotate" values="0;360;180;360" dur="3s"/>
<text y="60" text-anchor="middle">&lt;polygon&gt;</text>
</g>
</g>
<script>
// Pause the animation at t=0.
document.documentElement.pauseAnimations();
</script>
</svg>