use1.setAttributeNS(xref,"xlink:href", "#mySymbol") is incorrect. The correct form would be use1.setAttributeNS(xref,"href", "#mySymbol") Best regards Robert....
... Hi Robert, Me thinks W3C is attempting to deprecate xlink:href and allow href to also be used. However currently when href is used the browser is required...
A while back I asked about the use element in HTML. I taught myself some CSS and got it to work... Somewhat. It works in Chrome - But no filter support Tries...
Hi James, You'll be pleased to know your site works well in IE9. Therefore, you can remove IE from your BOZO list :) As for the use element: IE9 does not yet...
Interesting rant on your site. You do know that Safari is built from the same codebase as Chrome, don't you? But one is a real browser and the other isn't? ...
And btw, your site looks fine in Safari...not much different to how it looks in Chrome in fact. You do know your browser reviews link is broken, right? Also,...
Perhaps he should qualify it as IE<9, since hardly anyone will have IE9 anytime soon, sadly. All those XP users will be stuck on IE8 or worse for many years to...
... You did view the site with Chrome? You don't see a Big difference? Check out the stars for example. As for me being down on Apple, I'm just saying that not...
http://www.codedread.com/svg-support.php Firefox 4 scores slightly lower than Safari 5, overall. Opera has the best support yet you don't recommend it. The...
... Yes, but that's not where you're going wrong. href is in the xlink namespace and you set it as setAttributeNS(<xlinkns>, "href", <value>) you don't need to...
Francis ... Thanks for the test script. I have tweaked it around a little bit and now have a version that works in the latest version of all five browsers ...
On Sat, 02 Apr 2011 11:36:06 +0200, Robert Longson <longsonr@...> ... You'll see why it's a better idea to specify "xlink:href" instead of "href" if...
All, This is related to SVG, I have a large SVG object made of paths which stays static. With a press of a button, I can create another SVG object inside the...
Dear List I encounter some problems with the map navigation from carto.net using Internet Explorer 9. I just wanted to know if someone alraedy has identified...
Hi, I'm starting to think the Pantograph project (http://severnclaystudio.wordpress.com/bluebeard/) is effectively dead. I hope this isn't true but the latest...
64692
Jacob Beard
jbeard4@...
Apr 10, 2011 5:22 pm
Did you email the author? Jake ... [Non-text portions of this message have been removed]...
Hi, I've just tried to email Stevern Clay but I can't find his email on the website, it only seems to be possile to respond via the blog and AFAIK he never...
Hi again, While trying to find Stevern Clay's email adress, I noticed that he mentioned something called "Freestyle" on his site. I've tryed finding out about...
Hi Richard, I guess there's also a Blender email list somewhere...? You might have more success asking there. Yours, -- Barend Köbben (Senior Lecturer) ITC -...
Hi, the last couple of weeks I worked a lot on implementing dojox.charting in our web mapping application. Dojox.charting bases on SVG. So here is an example I...
Hi Helen, Try this code... <html> <body> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <circle cx="100" cy="50" r="40"...
64699
David Dailey
ddailey@...
Apr 16, 2011 3:12 pm
Hmmm.. Sujana's suggestion doesn't do it for my Safari: (5.04, windows) The following works in FF4, Chrome and IE9: <!DOCTYPE HTML> <html> <body> <svg...
Hi all, I am trying to draw the plan of my house in SVG. I want to draw the plan like it is drawn in autocad. So, if I start with a rectangle for the boundary...
On Sun, 17 Apr 2011 13:10:27 +0530 ... As usual, there are several ways to handle this. I did a set of similar drawings a fews ago. In the process I tried out...
... xhtml supports mixing of html+svg content. This works crossbrowser (all, but ie6-8 does not even render the page if served as xml+xhtml, which is required...