Dear all, I'm working with SVG interactive animation for spatio-temporal data. The main feature of the application I'm trying to build is a time- slider...
61404
Dailey, David P.
david.dailey@...
Nov 3, 2008 9:46 pm
This is an interesting question, but I'm not sure my answer will be interesting or definitive, but let me go ahead and make a stab at it. If I miss something...
Hello all, We at inEvo (http://inevo.pt) are developing a SVG framework for actionscript. This framework allow us to create Rich Internet Applications to...
Wow, very impressive! I like the pattern matching component that lets you transform paths into basic shapes. It also seems quite fast, certainly much faster...
When the slider is moved, you can call setCurrentTime() on the root element <http://www.w3.org/TR/SVG11/struct.html#InterfaceSVGSVGElement> First you'll have...
Over the last few weeks, I've been doing some performance testing of the SVG display tools I currently have access to. While I don't have conclusive results...
... Interesting. On my winXP machine Opera 9.62 uses about half as much CPU as Firefox 3.03 to run the wuse.svg file. How are you measuring the relative...
... Yes, either animVal, or the getPresentation*Trait methods[1]. I found the TraitAccess methods easier to work with for the presentation attributes / css...
Fantastic!!! Nice tool that I would use instead of Corel. Do you support other elements besides path? I hope that it does not generate unnesseary meta...
hm - I don't see anything - except an empty box saying "Plugin content" Is this built on some browser plugin not available on my computer? Andreas ... ...
Hi Andi you need the Flash plugin to see the content. Regards Olaf ... -- Dr. Olaf Schnabel Institute of Cartography ETH Zurich Wolfgang-Pauli-Str. 15 8093...
ah - thanks. I need to view it at my home computer then. Our IT people don't allow the installation of browser plugins. Will have a look at it at home then. ...
On Tue, 04 Nov 2008 08:52:43 +0100 ... I haven't tried Opera 9.62, yet. There may be differences. I'm also not measuring the CPU time at all. ... I've added...
I have been trying to work with svg in IE but it seems to work only if its inline(which has its own disadv). Is it possible to work with regular svg in IE? I...
61418
Dailey, David P.
david.dailey@...
Nov 5, 2008 12:58 pm
Dupemenot wrote: I have been trying to work with svg in IE but it seems to work only if its inline(which has its own disadv). Is it possible to work with ...
Hi Dupemenot, There was a bug once with one of the MS Service Packs (number one, if I am not mistaken). If you mean that IE works only offline (on files on...
Hi, I have to generate some data powered diagrams using svg. I am using jsp along with struts. Could you guys tell me what are the options I have ? What I...
Here's one: http://www.pilatinfo.org/english/svgdraw/index.htm There are several others in varying states of maturity, including one that comes with dojo: ...
Hello, On Wed, 05 Nov 2008 17:01:04 -0000 ... I was using Batik for a project that sounds similar over 5 years ago. I'm not sure what Batik doesn't do yet. ......
61425
Dailey, David P.
david.dailey@...
Nov 6, 2008 2:36 pm
For maybe five years now, I have given my Interface Design students a wide variety of possible final projects to choose from [1]. There are a few several on...
Hi Wade, Thanks for the reply. You are right I have to generate the svg at runtime. I guess my question then is how to link everything up. Basically I want a...
The easiest way to solve this problem is to have small webcam outside that those persons inside can open to their desktop :) Veiko http://veikoh.wordpress.com...
Thanks Jake, This will get me started. Ben ... From: Jake Beard <otakuj462@...> Subject: Re: [svg-developers] svg online graphic editor designer To:...
Testing in Firefox 3.0.1 showed that using 'xml:id' does not work. But Firefox implements a Javascript function to evaluate XPath expressions, so I figured it...
... Are you facing the famous "SVG displayed as XML" issue? This is caused by a bug in Microsoft Visual Studio software versions equal or above 2005. Can be...
Thanks for reply Helder. So here is my concrete problem. I have data coming out from the server in XML format by means of XSQL( xml based SQL). Usually I link...
Hi all, I'm printing an image to jpeg using batik, however it now appears I need to add an offset to the image. This is quite a bit of work as the developer...