[svg-developers] Re: Problem viewing SVG (in HTML) on Safari

2011-04-18 Thread helen_volos
-developers@yahoogroups.com Subject: [svg-developers] Re: Problem viewing SVG (in HTML) on Safari 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 stroke=black stroke-width=2 fill

[svg-developers] Re: Problem viewing SVG (in HTML) on Safari

2011-04-17 Thread Holger Jeromin
David Dailey schrieb am 16.04.2011 17:11: 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 width=400 height=400 xmlns=http://www.w3.org/2000/svg; circle cx=100 cy=50 r=40 stroke=black

[svg-developers] Re: Problem viewing SVG (in HTML) on Safari

2011-04-16 Thread SujanaRajendran
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 stroke=black stroke-width=2 fill=green / /svg /body /html Sujana. --- In svg-developers@yahoogroups.com, helen_volos hstephanopoulos@... wrote: