[svg-developers] Newbie:Accessing Image Element

2008-09-01 Thread JOHN KIRBY
I have created a svg gauge image comprised of two images; the background gauge and the foreground needle. I want to at runtime be able to rotate the needle based upon data passed to it. Below is an example of the needle image element snippet image transform=translate(95,0)

[svg-developers] SVG benchmark

2008-09-01 Thread jocke_138
Hi, I'm new to this group and have just started working with SVG. I'm using a mock-up GUI to compare performances of different web- technologies. The GUI measures fps (frames per seconds) and I've ported this from HTML+Javascript to SVG+Javascript. The next step is to use SVGs native animation

Re: [svg-developers] SVG benchmark

2008-09-01 Thread ddailey
Hi Jocke, Take a look at http://srufaculty.sru.edu/david.dailey/svg/SVGOpen2007/SVGOpen2007.htm and http://www.svgopen.org/2007/papers/BrowserPerformanceMeasures/index.html The topic you're looking at was more the topic of my 2006 talk, but since that conference was cancelled, some of it has

Re: [svg-developers] Newbie:Accessing Image Element

2008-09-01 Thread ddailey
Take a look at http://srufaculty.sru.edu/david.dailey/svg/SMILorJavaScript.svg it's being done in three different ways here. cheers David - Original Message - From: JOHN KIRBY To: svg-developers@yahoogroups.com Sent: Tuesday, August 26, 2008 10:13 AM Subject: [svg-developers]

[svg-developers] links to some demos

2008-09-01 Thread ddailey
Hi One of the things the SVG-IG is probably interested in is collections of fancy demos of SVG at work. Every so often someone here mentions that topic. Folks have said it is hard to find good demos, so I suspect it'll end up in the SVG-IG wiki sometime

Re: [svg-developers] Newbie:Accessing Image Element

2008-09-01 Thread G. Wade Johnson
On Tue, 26 Aug 2008 08:13:25 -0600 JOHN KIRBY [EMAIL PROTECTED] wrote: I have created a svg gauge image comprised of two images; the background gauge and the foreground needle. I want to at runtime be able to rotate the needle based upon data passed to it. Below is an example of the

[svg-developers] Re: A question on IE browser

2008-09-01 Thread Veiko Herne
Somehow we forget that there are several third party plugins available for IE besides Adobe. Tinyline JAVA applets should play SVG well, as Bitflash and Renesis had their limitations. Veiko --- In svg-developers@yahoogroups.com, Samuel Dagan [EMAIL PROTECTED] wrote: Hi Fulio, It is not

[svg-developers] how to draw splines with an arbitrary number of control points

2008-09-01 Thread Jake Beard
Hello, I'm wondering if it's possible to draw splines that have an arbitrary number of control points in SVG? It seems this is not built into the SVG spec, and thus, to be achieved, one would need to express the n-ary spline in terms of quadratic and cubic splines. It seems like this is therefore