Search the web
Sign In
New User? Sign Up
svg-developers · SVG Developers

Group Information

  • Members: 5417
  • Category: Data Formats
  • Founded: Aug 16, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 64674 - 64703 of 65539   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64674 Robert Longson
longsonr Offline Send Email
Apr 1, 2011
10:08 am
use1.setAttributeNS(xref,"xlink:href", "#mySymbol") is incorrect. The correct form would be use1.setAttributeNS(xref,"href", "#mySymbol") Best regards Robert....
64675 Francis Hemsher
fhemsher Offline Send Email
Apr 1, 2011
5:04 pm
... 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...
64676 jamesd
jcdeering1 Offline Send Email
Apr 1, 2011
10:57 pm
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...
64677 Francis Hemsher
fhemsher Offline Send Email
Apr 1, 2011
11:14 pm
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...
64678 Guy Morton
guy_mmmmmm Offline Send Email
Apr 1, 2011
11:21 pm
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? ...
64679 Guy Morton
guy_mmmmmm Offline Send Email
Apr 1, 2011
11:32 pm
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,...
64680 Guy Morton
guy_mmmmmm Offline Send Email
Apr 1, 2011
11:40 pm
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...
64681 jamesd
jcdeering1 Offline Send Email
Apr 1, 2011
11:43 pm
... 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...
64682 Guy Morton
guy_mmmmmm Offline Send Email
Apr 2, 2011
5:16 am
There's a difference. Hardly puts Safari in the same category as IE<9 though, does it?...
64683 Guy Morton
guy_mmmmmm Offline Send Email
Apr 2, 2011
5:24 am
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...
64684 Robert Longson
longsonr Offline Send Email
Apr 2, 2011
9:36 am
... 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...
64685 Nick de Voil
nickdevoil Offline Send Email
Apr 2, 2011
12:57 pm
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 ...
64686 Cameron McCormack
heycam_yg Offline Send Email
Apr 2, 2011
5:42 pm
... You don’t need to, but you can. http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-DocCrElNS ...
64687 Francis Hemsher
fhemsher Offline Send Email
Apr 2, 2011
6:16 pm
... Yes, I replaced the setAttributeNS(...) with setAttribute("href",myFile) and prevented the nested namespaces. Thanks, Francis...
64688 Erik Dahlstrom
erida539 Offline Send Email
Apr 6, 2011
12:28 pm
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...
64689 Mr Rauf
cute_rauf_696 Offline Send Email
Apr 8, 2011
6:44 am
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...
64690 svgquestion Offline Send Email Apr 9, 2011
7:24 pm
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...
64691 cremnosedum Offline Send Email Apr 10, 2011
5:12 pm
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@... Send Email
Apr 10, 2011
5:22 pm
Did you email the author? Jake ... [Non-text portions of this message have been removed]...
64693 cremnosedum Offline Send Email Apr 14, 2011
3:19 pm
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...
64694 cremnosedum Offline Send Email Apr 14, 2011
4:45 pm
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...
64695 Barend Köbben
barendkobben Offline Send Email
Apr 14, 2011
6:49 pm
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 -...
64696 Ruth Lang
ruthlang2002 Offline Send Email
Apr 15, 2011
3:03 pm
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...
64697 helen_volos Offline Send Email Apr 16, 2011
2:26 pm
Safari does not render the following code (Chrome and Firefox render it on Mac): <html> <body> <svg width="400" height="400"...
64698 SujanaRajendran
sujana_jyothi Offline Send Email
Apr 16, 2011
2:38 pm
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@... Send Email
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...
64700 Pranav Lal
slimprize Offline Send Email
Apr 17, 2011
7:40 am
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...
64701 samydagan Offline Send Email Apr 17, 2011
6:12 pm
Hi Pranav, How about: <?xml version="1.0" standalone="no"?> <svg width="100%" height="100%" viewBox="0 0 600 800" version="1.1" ...
64702 G. Wade Johnson
gwadej Offline Send Email
Apr 17, 2011
6:25 pm
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...
64703 Holger Jeromin
holger.jeromin Offline Send Email
Apr 17, 2011
6:42 pm
... 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...
Messages 64674 - 64703 of 65539   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help