Hi Jerome, I had a similar problem before, which also only happens with XP SP2. The solution was to use the full URL in the command to change the href in the...
Hi sent1729, ... Yes, in fact there are a number of ways to accomplish this... ... output"); I would suggest using a DOMResult with an SVGDocument element ...
IT WORKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Thanks a lot!!!! I've been searching this solution for MONTH!!! YYIIIIIHAAAAAA!!!! Best regards, Jérôme ... Reply...
Hi, My homage to that classic vector graphics game is now available as a ... browser vector graphics game for Firefox 1.5 and Opera 9 (beta). Unfortunately, if...
Great fun! FYI, it also works on Mac OSX using Opera 9.00 beta, with the native/inline Opera SVG. On Safari, with the ASV3 plugin, it doesn't work (doesn't...
... It sounds to me like you are looking for a file upload capability. That is not native to SVG, although I thought I saw something about attempts to add it...
Hello all, using the following javascript: var e = document.getElementById('statusLight'); e.setTextContent("<p>Sending Data...</p>"); I cannot get <g...
Hello all again, I also have a <table> with data that I would like to display in svg. Is there a way to display html elements inside a svg document? thanks in...
Barend, how did you get the controls to work? eg they don't for me using OSX and Opera9 beta cheers Jonathan Chetwynd On 1 Jun 2006, at 12:35, Barend Köbben...
On Fri, 02 Jun 2006 05:03:16 +1000, Sayed Arian Kooshesh ... In principle you can use a foreignObject element. I don't think Adobe supports foreignObject as...
On Fri, 02 Jun 2006 05:54:46 +1000, Jonathan Chetwynd ... Jonathan, are you using beta 1 from a couple of months ago? Maybe you should upgrade - I have build...
Hi Phi, I tried to follow your instructions, but got the following complaint from FF: "access denied" This occured after it attempted to load the file (which...
Ronan Oger
ronan@...
Jun 2, 2006 6:59 am
55955
SORRY Roman. I have not have a SVG protocol "NON-Windows" Yet. At this time we are very much concentrate on. (i) Supporting text elements. -It will be...
... Hello, there are two errors in your code: the method .setTextContent() does not exist in DOM and the element <p/> does not exist in svg. The correct code...
... I'd suggest you'd concentrate on getting "NON-windows" working, what' s the use of turning a platform independent graphics format into a windows-only one?...
how would I represent a table in svg? ... -- "Art manifests desire in the imagination, but machines are an attempt to manifest desire in reality" [Non-text...
Hi Barend. Thank you for your input. ... FYI: Internally it use two WIndows' component. (i) msxml3.dll - Which there is a work-around easily for "NON-Windows"...
no, I'm looking for something with several columns. Thanks for the advice , however. ... -- "Art manifests desire in the imagination, but machines are an...
... The SVG that I provided displays a 3 row by 5 column table. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail...
Hello everyone. My question is simple: SVG can be scripted with EcmaScript. Does this mean that all all EcmaScript features are available, like say, cookies...
so it did! awesome much thanks! ... -- "Art manifests desire in the imagination, but machines are an attempt to manifest desire in reality" [Non-text portions...
This is one of the things which confused me in the very beginning. The <script> element in SVG is not exactly the same as the <script> element in HTML. It is...
Actually, digging a little more the spec (http://www.w3.org/TR/SVG11/attindex.html) says that xlink:href is not defined for the script element after all. Is...
Hi all, I am using Batik as my svg browser. How to assign a cursor's url on an svg elemnent which as xml:base uri defined. I tried the following and it gives...