On Thu, 22 Feb 2007 23:04:42 +0100, Thomas Steiner <[EMAIL PROTECTED]> wrote:

>>  > Thanks a lot Michel for your answers. I understood everything now and
>>  > it works fine. (The only animating browser I know is Opera)
>>
>>  Or the adobe plugin running in a browser (or things like the Ikivo mobile 
>> SVG player)
>
> Charles, you have an Opera-email address and you mention the Adobe-plugin?! ;)

If you are not lucky enough to have our browser, I still want you to have a 
decent SVG implementation. There are others, especially in the mobile world... 
:)

> * I'm not able to set the initial angle; neither with additive="sum"
> nor with rootElement.setCurrentTime is it not able to understand some
> ecmascript?

Not in Tiny. I ran the example in Opera, but your alternative start script is 
b0rken (the code is commented out of XML which it already is, but not escaped 
as ECMAscript). When I stripped that, everything was beautiful, although it 
prolly still won't run the ECMAscript.

You could try using a button that allows the user to manually set the time. See 
my example at http://devfiles.myopera.com/articles/26/ex-c03.svg or the 
explanation of how I did it at the end of 
http://dev.opera.com/articles/view/animating-your-svg/

> * The minute hand moves much too fast: almost 5 minutes (30°) in 60
> seconds. Do you know why? The second hand's speed is okay. I didn't
> wait yet for the hour hand ;)

Works for me in Opera.

> It would be very cool (if it does not need too much resources) to use
> it as a screensaver.
> Thomas
>
> PS: Oh, yes, the file: http://www.fam.tuwien.ac.at/~thomas/test/uhr3.svg

You should be able to shrink it a lot by drawing the minute and hour ticks with 
stroke-dash-array - the example I mentioned above uses

      <circle r="108" fill="#6f6" stroke-width="4" stroke="#090" id="b1" />
      <circle r="100" fill="none" stroke-width="3" stroke="black"
         stroke-dasharray="2,8.471976" transform="rotate(-.873)"  />
      <circle r="97" fill="none" stroke-width="9" stroke="white" 
         stroke-dasharray="4,46.789082" transform="rotate(-1.5)"  />

to give you 3 circles, two of which put the minute and hour ticks on the clock 
face.

cheers

Chaals

-- 
  Charles McCathieNevile, Opera Software: Standards Group
  hablo español  -  je parle français  -  jeg lærer norsk
[EMAIL PROTECTED]          Try Opera 9.1     http://opera.com


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/4It09A/fOaOAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

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