I went to the following web page: http://www.adobe.com/svg/viewer/install/ It seems that ASV is no longer available for download. But if one has already...
... http://xmlgraphics.apache.org/batik/javadoc/org/apache/batik/transcoder/wmf/tosvg/WMFTranscoder.html ... This was about Shockwave Flash, not Windows...
The question is, what is del? What does it do? Since you set the event listener at a use element I think it is probably a problem with event.target vs....
... must ... site ... the ... seen ... only ... a ... IE ... It is even worse than that, many sites block specifically Opera, for a reason I don't know. And...
Hi All, Is it possible to represent 3D graphics in SVG ? Is there a tool to convert some of the standard 3D graphics formats into SVG - Rakesh [Non-text...
... www.ukmusic.com have javascript code that does not show up properly. ... They don't properly block Opera, but they send it unappropriate code, or errors...
Rakesh: Glad you asked! This is my current interest: using SVG to present 3D graphics. See the following page where I have both some stereo pairs and some...
As I have asked the list moderator with no response, I wonder if someone can tell how to prevent getting the following e-mail response to each post I make....
There's SVG-VML-3D, a Javascript library for 3D graphics which uses SVG (or in IE VML) for displaying: <http://www.lutanho.net/svgvml3d/> I've described my own...
Hello, according to the SVG 1.1 specification the glyph-name attribute of glyph elements, and the g1 and g2 attributes of hkern and vkern elements both have...
Thanks for your reply. the same code is working fine in IE, so there is no problem with code. when i use this code to mozilla the event listner "del" is not at...
... Using very small fontsizes (<1px) is usually troublesome in my experience, in most viewers. I've seen similar problems with <pattern> when the width or...
Dear All onclick event is not working on svg elements like rect,path,symbol...etc in Mozilla. can any one ... thanks in advance P.Chandra Shaker Reddy ...
Dear All onclick and onmousedown events Conflicting when i both use at onload. only one can use from both of them at a time but not two. can any one ......
... rect,path,symbol...etc in Mozilla. https://bugzilla.mozilla.org/attachment.cgi?id=210580 works for me. Just click on the line (tricky because the line is...
hello, svg seems to print well out of firefox 3 (also fits to page orientation ) but it totally igonores tranparencies. eg. here: <rect x="55" y="55"...
I've created a test file which uses the exact same code you posted here, and for me it worked fine in Firefox 3.0.4 for Linux. I can't send attachments over...
... Well ... ... Since I wrote that I have found a way of converting to pdf using svg2pdf, which also uses cairo and opacity is rendered fine, so why FireFox...
hi, people reported that print directly to paper works well. then it seems to be related to my pdf print driver (althouh it is adobe acrobat). maybe not a FF...
What tools would I need to use to convert paper maps into SVG files? What's the most efficient way to go about the task of converting a large number of maps? ...
The free and open source package Inkscape can also turn a bitmap into a vector and then save it as SVG. ... [Non-text portions of this message have been...
I am trying to read SVG file using Java and trying to extract all component information. Though SVG follow an XML standard, I do not see a proper XML schema in...
... Even if you don’t have a schema that will generate handy classes for you to access the information stored in the document, since it’s XML, you can...