[svg-developers] Re: Just noticed a lack of VML support

2007-04-12 Thread dr.cataclyst
Jon, Apparently I did not dig deep enough, VML is not the default, but it is available by selecting save as a web page and then going to advanced and changing the output format. That said your very informative post inspired me to do a little research. Common knowledge stuff, but still interesting

[svg-developers] Re: Just noticed a lack of VML support

2007-04-12 Thread dr.cataclyst
Jon, My apologies for my mistake, VML can be chosen as an advanced setting in the save as webpage process. It is no longer the default that's all. That said what follows is some research I did after reading your very informative post. Your post held a few suprises for me, thank you for the infor

Re: [svg-developers] CGUI applications and examples

2007-04-12 Thread ddailey
Hi Chris, Very nice. The drawing tool is a lot less buggy and has considerably more features than the one I did a couple of years ago (and I suspect the JavaScript is cleaner as well). Overall, I think your user interface is more workable for most people. The layout is certainly better. See ht

Re: [svg-developers] removing without removeChild works?

2007-04-12 Thread Cameron McCormack
Hi André. "André M. Winter - Carto.net": > i am just wondering if this code to bring a clicked element to the top > of its container group is correct: > > onclick="evt.target.parentNode.appendChild(evt.target)" > > FF and ASV3 do what they are told, but is a previous removeChild() > really o

Re: [svg-developers] removing without removeChild works?

2007-04-12 Thread Bjoern Hoehrmann
* André M. Winter - Carto.net wrote: >i am just wondering if this code to bring a clicked element to the top >of its container group is correct: > > onclick="evt.target.parentNode.appendChild(evt.target)" > >FF and ASV3 do what they are told, but is a previous removeChild() >really obsolete? If

[svg-developers] removing without removeChild works?

2007-04-12 Thread André M. Winter - Carto.net
hi, i am just wondering if this code to bring a clicked element to the top of its container group is correct: onclick="evt.target.parentNode.appendChild(evt.target)" FF and ASV3 do what they are told, but is a previous removeChild() really obsolete? andré -- _

[svg-developers] CGUI applications and examples

2007-04-12 Thread Chris Peto
Hi, Just wanted to let everyone know I have worked over all CGUI examples to work in ASV and Opera, FF still needs some work. Applications: * SVG Editor - From resource-solutions.de (Chris Peto, ASV and Opera) * SVG Editor (Mac-like) <