Hi Jonathan, Thanks! All my SVG files run on Opera, and part on Safari. My problem is that I need also MathML support, and for the moment the only choice is...
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...
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,...
I have a similur problem, C# .NET for a web application. I found a product called the Renisis Player which can comminicate thru COM. Don't know if that...
As far I'm aware Windows for Mobile does not support SVG. You need to use Opera browser on those devices (Windows for Mobile, Windows for PDA) to use SVG. ...
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...
Rashid, you forgot to use your xlinkNS when setting the xlink:href attribute. use newImageNode.setAttributeNS(xlinkNS, "xlink:href",fpath); this will work ...
Klaus Förster
klaus.foerster@...
Aug 10, 2008 7:16 pm
60931
Hi Klaus, Its still not working. The problem is that image node is added to the svg but the canvas does not show the image. Thank You for the sugestions...
Hi Wade, Thank you for a very nice logical checklist. But you see the problem is that when I click on the rectangle the java Script function is properlly...
On Sun, 10 Aug 2008 17:50:02 -0700 (PDT) ... Hi Rashid, ... Just trying to cover the mistakes I've made in the past. ... Except for the JavaScript test, all of...
I think I found what you are looking for It's a SVG player by: Ikivo http://www.ikivo.com/02player.html Also check out JSR 226 It's a Java SVG API, you can...
Nice! The contour lines that appear through using the buttons provide a nice glimpse into what is going on here. I think the applications of these sorts of...
ddailey
ddailey@...
Aug 12, 2008 1:22 am
60938
... provide a nice glimpse into what is going on here. ... and varied. ... Yeah, I do think so too. This is why I'm trying to implement this (and similar ones)...
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...
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...
Charles, you're not exactly explicit about what your intententions might be.... however... http://www.openicon.org/feeds/zanadu.svg may demonstrate the type of...
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" ...
... (The url does not seem to work.) Yes, I could have made myself more clear. My problem is that while the first example below works in Ff, Opera and IE, the...
Charles, perseverence furthers as the good book says... http://www.openicon.org/feeds/zanadu.svg did you use Opera or ff? ff I guess... http://www.peepo.co.uk...
... Hi. I could you recommend to download my prog from http://www.smartfills.com/Html/GradientFillsDemo.zip . This is really Math and really Animated. Screen...
It took me three days of blood tears and sweat... I bring you: the <embed> non-object cross-compatible (IE6/7/FF2/3) SVG loader and manipulator! MAIN FILE: ...
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 Veiko, If you want to send me a poster (pdf or SVG) I can hang it up in the exhibition part of the conference. At least this allows you to publish the URL...
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...