... up ... established ... that ... yes, certainly. But as far as I know Adobe, they will push their own XML/Flash/Flex standard because they want to be in...
Hello, I'm new to SVG, so this may be a dumb question, but I'd really appreciate your help. I recently replaced a number of complicated DOM hacks (whose...
... Sounds like you might be suffering from https://bugzilla.mozilla.org/show_bug.cgi?id=410820 If not you'll likely have to post a more complete example to...
... Do you mean the jquery SVG plugin [1]? Have no experience with it, but it sounds like it isn't straightforward to put into action [2]... Not sure about...
... If you are creating graphical content on the fly, you may consider using a library such as Raphaël [1], which has the advantage of achieving compatibility...
... What do you mean by "full support"? As far as I know, jQuery works fine with SVG. -- Robin Berjon - http://berjon.com/ Feel like hiring me? Go to...
Yes, this is it. The "decorative overlay" case described there is exactly what we're doing, and why we don't want mouse events to be captured at that level. Do...
Hello Andreas, I have padded the elementArray to allow for a maximum number of entries (2000). The main need now is to be able to control the ComboBox Scroll ...
I have already used jquery svg plugin , http://plugins.jquery.com/project/svg actually, I have consulted with author of that plugin also, he repiled .. *On...
I once tryied unsucsessfully to use animation features from jquery to animate SVG. Yes I know that SVG has its own animation support, But I would like to be...
... jQuery is indeed quite html-centric, so to use it either you need to have an html document as the main document, or you need to modify the jQuery source. A...
... A tightly related thread [1] was started at the SVG WG mailing list and receive quite interesting feedback which can be of interest for anyone who is...
Hi, I've just installed Safari 3.2.1. I've tested it with http://www.pixelpalaces.com/dk/toh5.svgz and it seemed to behave the same as the previous version...
... Link seems broken... ... Safari 3.2.1 was only a security update over 3.2 [1]. Usually, no features are added in bug fix releases (usually, software...
On Thu, 05 Feb 2009 02:52:56 -0000 ... Firefox is correct. Your webserver is returning the wrong content type for SVG. It's returning "text/plain" instead of...
Thanks! Is there any way I can change that? Its just a free web page provided by my ISP. I doubt if I have much control over it. But if I can modify my page...
On Thu, 5 Feb 2009 14:16:08 -0800 (PST) ... The SVG Wiki has a page on this: http://wiki.svg.org/MIME_Type. Samuel Dagan already provided it. You can ask your...
Deal all, recently am trying my effort to make a "online svg editor" -- here is a demo -- http://wiki.techfandu.org/eduvid/svg-edit/svg-editor.html , I need...
... here is ... need to ... svg , ... http://wiki.techfandu.org/eduvid/svg-edit/ For firefox you can use XMLSerializer and its serializeToString method per:...
I know about serialisation, But How can i get full SVG DOM. there are two javascript -- one in HTML document and other ECMAscript in svg. "SAVE" button will...