Francis-

It seems like what you are looking for is some kind of rotation animation?
>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>

The text will go around in a circle indefinitely. Several people also
recently posted train animations as well, if that's what you're looking for.

Since this is a list dedicated to answering questions about development
questions in SVG, when you ae asking questions here, it would be best to be
clear and concise about specific features.

I see that you also have questions about SVG viewers. Holger and many others
have answered these questions before, many times. I think I've seen your
post on this list before, so you must have seen such elaborate replies. In
short, there are a number of different viewers, for all platforms. More
development is going on as we speak.

Finally, you seem to have some vague desire to control SVG's evolution and
adoption. This really isn't an issue that can be resolved here. One way for
you to effect the change you're looking for is to develop and distribute
your own SVG viewer; I estimate that it could be done for less than $200K.
Another way is to join the W3C and help in the development of the SVG Spec;
this will cost somewhere between $5-30K, I think. It you feel that this
control complex is interfering in your daily life, I suggest you try another
yahoo list that may be better able to help you:
http://groups.yahoo.com/search?query=obsessive

Oh, and while we're talking about behavior, can I ask you to drop the
unsavory word choices? I curse like a sailor in private ("Argh! Avast ye,
scurvy dog!" etc. ), but it's rude to do so when you don't know your
audience.

Regards-
Doug

doug . schepers  @ vectoreal.com
www.vectoreal.com ...for scalable solutions.
 

Francis Hemsher wrote:
| 
| Maybe you mean, ENOUGH ???
| 
| Yes, I must admit SVG is making me a bit nuts...It's like the 
| model train set I would put out at Christmas for my childen. 
| It would go round, and round, and round: always on the same 
| track. Fortunately it could be put away for a year.
| 
| SVG has been going around the same track for about 3 years 
| with no destination in site.
| 
| Francis
| 
| 
| "Bob Hunter" <[EMAIL PROTECTED]> wrote:
| > ENOUGH !!!
| > 
| 



------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a 
href="http://us.ard.yahoo.com/SIG=12h7r03u8/M=362329.6886308.7839368.1510227/D=groups/S=1706030389:TM/Y=YAHOO/EXP=1123014308/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/
 



Reply via email to