Hi, I'm trying to do a small example showing the mouse position (se bellow). I want my image to scale on all the window (that's why I use the width="100%"...
Hello, how can I scale a group of elements and have the center of this group stay fixed in its position? I've been trying this for ages now and couldn't find...
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...
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...
Hello, There are some svg files on my web site. And I'm planning to put more on it. Many visitors of the site are still using the IE browser. I understand that...
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...
I have an svg application where a click on a polygon changes its color and sets up an entry to a database. This works fine except when I want to change my mind...
I just saw an article - http://www.nytimes.com/2008/08/31/technology/31novel.html - about many eyes - http://services.alphaworks.ibm.com/manyeyes/app - in the ...
I've recently upgraded to the latest version of Firefox. I was testing it with my web comic and was horrified all sorts of things wrong. Admittedly I didn't...
Hi, I've recently upgraded to Opera 9.51 which, as far I've been able to tell but I haven't tested it as thourilly as I'd like, seems to work very well for the...
Hello! I want an animation to start at a specific time after a button is pressed. For example change the color of a rect 5 seconds after Button X is pressed...
Hi, I'd like to create an SVG file where some attributes are given by a free settable number (which might be the value of some function). Let me give a very...
Dear SVG Open developers, We are looking for organizers of the SVG Open 2009 and 2010 conference. We summarized some information on the conference itself and...
Hi everyone, I'm having a hard time trying to automatically generate SVG objects that look the way I want. I'm translating them from another vector format, so...
In ASV I've been using event.preventDefault() to avoid the context menu. Doesn't seem to work in Opera/Firefox. Is there another way to disable the context...
If anyone goes to SVG Developers conference, can he/she show my mobile animation clips there? I finished two extra episodes and the WAP site is now launched at...
Hi, We are having some problems writing a script in svg that will do the following: For a given group: * Highlight the group in yellow during the onmouseover...
It has taken me hours of frustrated fiddling about with a first attempt at an event handling script, only to discover by elimination that what I was doing...
Hi folks, I would like to announce that the second version of the calculus courseware Math Animated has been released (three years after the first). Here are...
Hello, please, consider the following example: <?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" ...
Hi, I am new to SVG development and had some questions. I am developing an application in C# which will be deployed on Windows Mobile 5.0. What good, free,...
Hi, I am trying to dynamically load a raster image on the svg canvas through java script. The node is added but the image does not appear. I guess the...
Hi, I am trying to get the text string from an svg document whenit is clicked by the mouse. I can get other attributes of text but I no luck with the text...
Hello, I want to access the ASV context menu built-in functions using script. But the SVG wiki says: "It is not possible in ASV3 to access the built-in...
Dear list, say I have a path: <path d="M 1 2 C 3 4 5 6 7 8" /> i.e. 4 curve points. Please, how do I change the position of a point? In Javascript? One way is...
Hi, In a SVG to Java2D converting task, I want to be able to access the original SVG Node id attribute, from the Batik GraphicsNode (ShapeNode, etc). My...
I am just looking at SVG for the first time and would like to know if it is possible for a SVG object to include or refer to other pre- existing SVG...