Re: [svg-developers] Re: Firefox CPU usage

2006-07-19 Thread Holger Will
Hi Guy Has anyone written up a page comparing the strengths, weaknesses and performance pitfalls for each of the SVG implementations? That would be a handy reference. i think the Open SVG Test Suite ( http://www.svgtest.org/ ) could be somthing similar, if it would be more active, and if

Re: [svg-developers] Re: Firefox CPU usage

2006-07-19 Thread Cameron McCormack
Holger Will: i think the Open SVG Test Suite ( http://www.svgtest.org/ ) could be somthing similar, if it would be more active, and if there would be more tests, one could have nice statistics of all the implementations. Yeah, unfortunately it has stagnated somewhat. Hopefully I’ll

[svg-developers] news on treebuilder.de

2006-07-19 Thread Holger Will
hi All i havent posted for some time, so here is a list of some new SVG things on treebuilder: i turned all my fonts into SVG Tiny complient Fonts, so now all of those work in Opera , ASV and Mobile Phones with SVG Font Support. to get Fonts working in Opera and on phones, you are not alowed to

[svg-developers] Fwd: FW: Fwd: forward this mail even if u dont read it! please

2006-07-19 Thread Ganesh Jothikumar
ganesan hariharasubramanian [EMAIL PROTECTED] wrote: Date: Tue, 18 Jul 2006 21:27:35 -0700 (PDT) From: ganesan hariharasubramanian [EMAIL PROTECTED] Subject: Fwd: FW: Fwd: forward this mail even if u dont read it! please To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], s andrews

Re: [svg-developers] Absolute positioning of the SVG

2006-07-19 Thread Holger Will
DocRPF.documentElement.setAttribute(preserveAspectRatio ,xMinyMin); that should do the trick, but it should be xMinYMin ( large cap Y). or try preserveAspectRation=none hth Holger -- if this information was usefull, please try to help someone else ! My Private Homepage:

Re: [svg-developers] Re: Firefox CPU usage

2006-07-19 Thread Holger Will
hi Cameron Yeah, unfortunately it has stagnated somewhat. Hopefully I’ll contribute a bunch of SVG animation related tests soon, though. yes that would be cool ! i just got a trac account, and subscribed to the mailing list. i will have a closer look at the project, now. i think this is a

[svg-developers] Browser base SVG Editor

2006-07-19 Thread minhducthandan
Hi All I have uploaded the SVG editor: You can dowload verything to setup on your server then it is: HTTP://oneplusplus.com/SvgEditor/SvgEditor.zip -There is a README file to help you to install at your server. OR you can install ZipProtocol and run it at

Re: [svg-developers] Fwd: FW: Fwd: forward this mail even if u dont read it! please

2006-07-19 Thread Guy Morton
Hey Ganesh Forwarding chain email hoaxes onto ANYONE is bad, but forwarding them onto a MAILING LIST is especially bad form and likely to get you removed from the mailing list in question. Well it would in my perfect world anyway. The Red Cross WILL NOT BE DONATING 10c to ANYONE just

Re: [svg-developers] Absolute positioning of the SVG

2006-07-19 Thread Holger Will
Thanks for you assistance. Tried both xMinYMin and none both before and after the height/width adjustments and appears to have no effect. well, sorry i totally forgot... preserveAspectRatio has only an effect if you have a viewBox. and the AspectRation of your viewBox is different to the

Re: [svg-developers] news on treebuilder.de

2006-07-19 Thread Holger Will
Hi Doug thanks for your response ! keep us informed about the new tutorials. yes i will, by the way ive uploaded the chart example as promised yesterday. next up i will go in to more detail about the structure of the charts SVG code, and show how to make it css styleable. all the examples