animateTransform-toanimation.svg   [plain text]


<?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>