[svg-developers] Re: Interesting read about scriptless animation

2013-01-07 Thread Ken Stacey
Hi Joe, Your first example doesn't blink because there is no content in the svg. If you add a rect to the example, the rect blinks. Your second example blinks because there is content to be rendered (#g2_sprt). begin and end work the same on all animation elements. (I get these messages in

[svg-developers] Re: Trying to animate two lines moving each other

2012-01-02 Thread Ken Stacey
Try closing the animate tags. Ken - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" Yahoo! Groups Links <*> To visit your group on t

[svg-developers] Re: browsers bug or spec bug

2011-10-27 Thread Ken Stacey
Sounds a lot like a www-svg thread which started with http://lists.w3.org/Archives/Public/www-svg/2010Dec/0033.html Ken - To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com -or- visit http://groups.yahoo.com/group/svg-developer

[svg-developers] Re: Display animation: wrong(?) keyTimes?

2010-12-27 Thread Ken Stacey
- none at 0s, inline at 3.333s, and none at 6.666s. Ken Stacey Arjen wrote: > The code below animates the display of a circle. As far as I > understand the specs it should start with display none at 0s, inline > at 4s and none at 10seconds. > > However, Opera 11 and Firefox 4 beta 8

[svg-developers] Re: onmousedown() and onclick() at the same time

2008-12-04 Thread Ken Stacey
Hi Julie, In your mousedown code you initialize the position and size of the 'zone' rectangle and place it under the mouse. When the mouseup comes along, zone is the target and the circle never gets a click event. In the 'zone' rect, put pointer-events="none" I haven't checked your previous

[svg-developers] Re: viewBox/transform bug in ASV3 ?

2006-10-16 Thread Ken Stacey
Try removing the commas from the viewBox attribute. Ken Stacey svgmaker.com - 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 o