<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN"   "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd">  
<!--======================================================================-->
<!--=  Copyright 2000 World Wide Web Consortium, (Massachusetts          =-->
<!--=  Institute of Technology, Institut National de Recherche en        =-->
<!--=  Informatique et en Automatique, Keio University). All Rights      =-->
<!--=  Reserved. See http://www.w3.org/Consortium/Legal/.                =-->
<!--======================================================================-->
<!-- ===================================================================== -->
<!--                                                                       -->
<!-- animation-targElt-BE-03.svg                                           -->
<!--                                                                       -->
<!-- Test animation options for specifying the target element.             -->
<!--                                                                       -->
<!-- Author : Jon Ferraiolo 10-Aug-2000                                    -->
<!--                                                                       -->
<!-- History:                                                              -->
<!--  10-Aug-2000, JF: Serial#1 created.                                   -->
<!--                                                                       -->
<!-- ===================================================================== -->
<!--======================================================================-->
<!--= Note. After October 2000, revision history is kept as CVS 'commit' =-->
<!--= log messages, and therefore is no longer in the preceding preamble.=-->
<!--======================================================================-->
<svg  id="svg-root" width="450" height="450">
	<title id="test-title">animation-targElt-BE-03</title>
	<desc id="test-desc">Test animation options for specifying the target element.</desc>
	<!--======================================================================-->
	<!--Content of Test Case follows...                  =====================-->
	<!--======================================================================-->
	<g id="test-body-content">
		<text style="font-family:Helvetica;font-size:16; text-anchor:middle" x="225" y="40">Test animation options for specifying the target element.</text>
		<g xml:space="preserve" style="font-family:Helvetica; font-size:14; text-anchor:end;             stroke-width:3">
			<text x="80" y="305">0 to 3 sec. </text>
			<line x1="80" y1="300" x2="200" y2="300" style="fill:none; stroke:green"/>
			<text x="80" y="155">at 6 sec. </text>
			<line x1="80" y1="150" x2="200" y2="150" style="fill:none; stroke:green"/>
			<rect id="rect1" x="100" y="100" width="100" height="200" style="fill:red; stroke:blue; stroke-width:4"/>
			<animate xlink:href="#rect1" attributeName="height" attributeType="XML" from="200" to="50" begin="3s" dur="3s" fill="freeze"/>
			<text x="305" y="305">0 to 6 sec. </text>
			<line x1="305" y1="300" x2="425" y2="300" style="fill:none; stroke:green"/>
			<text x="305" y="155">at 9 sec. </text>
			<line x1="305" y1="150" x2="425" y2="150" style="fill:none; stroke:green"/>
			<rect id="rect2" x="325" y="100" width="100" height="200" style="fill:red; stroke:blue; stroke-width:4">
				<animate attributeName="height" attributeType="XML" from="200" to="50" begin="6s" dur="3s" fill="freeze"/>
			</rect>
		</g>
	</g>
	<!--======================================================================-->
	<!--Legend and frame:      Title, suite and SVG document serialization====-->
	<!--======================================================================-->
	<g id="test-legend" style="fill:black;font-family:Helvetica;font-size:10">
		<rect x="10" y="390" width="275" height="50" style="fill:none;stroke:#000000"/>
		<path style="fill:none;stroke:#000000" d="M10 405 h275 M205 405 v35 M10 426 h195 M205 422 h80"/>
		<text x="25" y="401">Scalable Vector Graphics (SVG) Conformance Suite</text>
		<a xlink:href="copyright-documents-19990405.html">
			<text x="12" y="437" style="fill:blue">Copyright 2000 W3C. All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.</text>
		</a>
		<text style="font-size:12" x="35" y="420">animation-targElt-BE-03</text>
		<text style="font-size:10" x="210" y="417">$Revision: 1.1 $</text>
		<text style="font-size:10" x="210" y="435">Release 2.0</text>
		<rect id="test-frame" x="1" y="1" width="448" height="448" style="fill:none; stroke:#000000"/>
	</g>
</svg>