Hi Doug, Shucks no, the path that I'm talking about is:
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'> <text font-size='22px' fill='crimson' text-anchor='middle'>SVG <animateMotion dur='12s' repeatCount='indefinite' rotate='auto'> <mpath xlink:href='#lackOfProgress'/> </animateMotion> </text> <text startOffset="0" x="242" y="337" transform="rotate (0,242,337)"><tspan style="font-size:500;font-family:Cataneo, BT;fill:darkblue;opacity:1;" x="242" >?</tspan></text> <path id="lackOfProgress" style="fill:none;stroke-width:0;" d="M436 101 S 416 141,359 169,312.4800157279976 208.80223273182557,307.6577932630594 227.6089003450847,357 231,297 285,317 356,323 331,329 296,298.4955705796767 260.4000131066647,286.92223666382494 218.44667766170204,316 177,369.8644630607626 144.18445170165322,389 96,367.4533518282935 27.004445803654114,347.2000174755529 35.68444624054294,332 79,326 89,284 88,290 61,319 23,355.88001791244175 18.324445366765292,414.2289097381944 22.18222333871588,430 47,439 79,436 101,"/> </svg> Francis --- In [email protected], "Doug Schepers" <[EMAIL PROTECTED]> wrote: > It seems like what you are looking for is some kind of rotation > From what I can tell, this should fit your requirements: > > <svg xmlns='http://www.w3.org/2000/svg' > xmlns:xlink='http://www.w3.org/1999/xlink'> > > <path id='progress' d='M250,285 A100,100 0 1 1 251,285 z' fill='none' > stroke='cornflowerblue' stroke-width='2'/> > > <text font-size='22px' fill='crimson' text-anchor='middle'>SVG > <animateMotion dur='12s' repeatCount='indefinite' rotate='auto' > > <mpath xlink:href='#progress'/> > </animateMotion> > </text> > > </svg> > ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hct3i2s/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123021235/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

