<?xml version="1.0"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg width="300" height="300"> <text text-anchor="middle" x="120" y="120" transform="rotate(0,120,120)" style="font-size: 20;"> <animateTransform attributeName="transform" attributeType="XML" type="rotate" from="0 120 120" to="360 120 120" begin="0s" dur="1s" repeatCount="indefinite"/> I'm... feeling... dizzy! </text> </svg>