[svg-developers] appendChild problem in Opera / ASV6

2008-07-02 Thread Olaf Schnabel
Hi developers I need a workaround for an appendChild problem in Opera 9.5 and IE7 (ASV6 installed), in Firefox 3 it works fine. In my small example http://www.ika.ethz.ch/schnabel/append.svg I have several rectangles. In a first step, the stroke of the active rectangle is set to red on

[svg-developers] animation transitions

2008-07-02 Thread Kristien Ooms
Hi, Thank you all for the tips you gave me last time. I'm still at the initial phase of learning SVG, so it helped me a lot. But I've just stumbled into a new problem for which I cannot seem to find the solution. I have an svg document with dots and names. In an initial phase, certain names

[svg-developers] Re: appendChild problem in Opera / ASV6

2008-07-02 Thread Helder Magalhães
ASV6 seem to lose the focus on the active rectangle. Therefore, the onmouseout event (set stroke to none) doesn't work anymore (except Firefox 3, which seems to interpret the code correct for me). Has anyone a workaround for this problem? Seems to be an(other) ASV issue! :-D Notice that if

[svg-developers] tutorial SVG Tiny

2008-07-02 Thread u_n33d_a
can i get svgt tutorial for animation or where i can get it? thanks - 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

Re: [svg-developers] tutorial SVG Tiny

2008-07-02 Thread Thomas Steiner
can i get svgt tutorial for animation or where i can get it? thanks http://dev.opera.com/articles/view/using-animatemotion-in-svg/ and thousend others... th - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit

Re: [svg-developers] tutorial SVG Tiny

2008-07-02 Thread Rahul P
Everything is basically the same except that you cannot use filters (if its v1.1) and transparency is not supported. Added to that, javascript support is not there in v1.1. All these are present in v1.2. -Rahul On Tue, Jul 1, 2008 at 11:29 PM, u_n33d_a [EMAIL PROTECTED] wrote: can i get svgt

[svg-developers] Re: Providing for multiple browsers

2008-07-02 Thread Frank Bruder
--- In svg-developers@yahoogroups.com, cwflamont [EMAIL PROTECTED] wrote: My own attempts are at: http://www.gateho.nildram.co.uk/temp/graphics/SVG/ ... Viewing the source of these in Ff shows that something is stripping out the '--' after the first 'endif', which I do not understand