I have a html document with an emtpy, embedded svg document. I want to fill this svg document with dojo from an xml file containing a rect element. First i...
... That is a namespace issue, make sure your SVG elements are in the proper namespace http://www.w3.org/2000/svg so that snippet you send should be corrected...
With the exception of manually parsing the "d" attribute, is there a way to get a boundbox around a path? I have county data represented by paths and I'd like...
Hi list, I have a problem with ASV, which gives me a blank page when loading remote SVG files. Here are the relevant information I could gather: I have two...
Did you try to use getBBox() on your path element? If it's not working try to put your path element inside a g element, and call getBBox on the g element. ...
just an idea : is there Visual Studio 2005 installed on one of the computers ? Bruno ... tarifs exceptionnels pour appeler la France et l'international....
... Depending on the SVG implementation you need different methods, with IE you likely use the Adobe SVG viewer, there you can use getURL and parseXML ...
... Pfewwww, what a relief! Thank you so much Bruno, you make my day! Merci! ___________________________________________________________________________ ...
can you show me an example? is getBBox a method of svgpathelement? ... -- "Art manifests desire in the imagination, but machines are an attempt to manifest...
Dear Friends, I learned a lot from the great group of contributors to this group. Based on that I have created an innovative method to create GUI-API (akin to...
... Here is a simple example <?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg"> <title>bounding box example</title> <script...
This isn't SVG specific, but is related. What are good (or the standard) algorithms/data structures used for quick retrieval of vector data, like coastline...
Hi, In my project, I must import a .js (javascript) file into an SVG document. I have goggled all over the internet but found nothing. I also have tried the...
How does one handle multiple external JavaScript ? For example, is it as straightforward as <svg height="200" width="200" xmlns="http://www.w3.org/2000/svg" ...
What do you mean by "retrieval of vector data"..? Retrieval as in "I just retrieved it from the database". Do I gather you are looking for effeicient data...
Hi there, I appreciate the pitch you've put in ... and would suspect that what you guyd are building might be very useful. I am not a software engineer, so I...
... Some months ago someone asked here on the list about using Adobe SVG viewer as a plugin in Opera 8 to render SVG and Opera 8's VoiceXML support that can be...
Yes. The script tag is allowed outside the defs element. Since the defs element is for referenced and non-displayed elements, many people put script tags there...
Is it possible to load .js files via js-code? With this I mean: is it possible to create packages like in Java and use them with something like import...
... when you mean in an asynchrony way - no. you can load them but they will not be interpreted as the script-interpreter reads them unload of the main file....