Hi Kenneth, Thanks for that. Is there a desktop IDE available for parsing SVG or XML to detect such errors? Pranav ... From: svg-developers@yahoogroups.com...
Firefox/Opera/Chrome and probably other browsers will display all parse errors when you load the file. ... [Non-text portions of this message have been...
well , try to find the errors like this " encoding="UTF- 8" " or " <title>test drawing< /title> "... the correct codes as follows ; encoding="UTF-8" or "...
Pranav, Since IE9 does not support SMIL animation of SVG, you'd be better off using a browser that does if you're trying to see how it works. Most other...
Hi Robert, Many thanks for this. I read about IE's SVG support and assumed that all features would be supported. I have Firefox installed so will go play with ...
65431
David Dailey
ddailey@...
Jan 4, 2012 12:43 am
While you are at it, it might not hurt to try things in both Opera and Firefox. Opera, overall is a bit further ahead than Firefox, I think, in their support...
65432
yannick.bochatay@...
Jan 4, 2012 10:18 am
Hi, I know it's not recommended to extend the prototype of hosted objects, but I'd like to understand why Opera let us access the prototype of NodeList but...
Hi My small company is looking for a SVG developers who can create a custom SVG editing app to embed into our website. The main function is to allow customers...
65435
David Dailey
ddailey@...
Jan 5, 2012 2:25 am
I don't know if you've seen svg-edit or not, but it's open source and pretty stable. Though it might not be what you need, it might be a good starting point...
65436
yannick.bochatay@...
Jan 5, 2012 10:34 am
I just downloaded opera 12 alpha and I get the same result. Here's the screenshot : Yannick ... De: "Cameron McCormack" <cam@...> À:...
... That is a known issue. Currently tracked as bug CORE-26489. The selectors API methods in the spec used to return "StaticNodeList" objects. This was changed...
I 've created a simple SVG-Sprite and use this via CSS as a background: http://dl.dropbox.com/u/1088569/svgsprite.html If I scale the file, I notice different...
65439
David Dailey
ddailey@...
Jan 5, 2012 9:31 pm
As I zoom in (using CTRL +), I see what you mean. Opera also, then does not show the proper hover effect (rolling over to the original image). I don't see what...
My suggestion would be to simply can the CSS sprite mapping altogether and use only SVG. I was able to come up with a (self-proclaimed) ingenious method for...
David wrote "Of course that leaves out the one browser that doesn't do SMIL". Wrong. Google Chrome (Webkit) doesn't support SMIL either. I just posted an...
Not sure about their official support for it, but SMIL absolutely works in Webkit browsers. ... [Non-text portions of this message have been removed]...
Well I can't tell by a quick glance at your demos, but maybe go in depth into what tags you're trying to use and we can come up with a bug report to submit. I...
Also, give links to your bug and update it so that the test file actually works. https://bugs.webkit.org/show_bug.cgi?id=49093 Jeff ... [Non-text portions of...
You have to reduce your problem down to as-small-as-possible test case and then attach it to the bug. Jeff ... [Non-text portions of this message have been...