Re: [WSG] firefox doesn't render svg file

2006-07-30 Thread Patrick H. Lauke

[EMAIL PROTECTED] wrote:
i've been experimenting all night and firefox doesn't want to render the 
svg file at all.  i get a download dialog box about the svg file.  i 
just now found out there is not a svg plugin in the download actions 
dialog of my copy and it is the latest update.  could someone point me 
in the direction to get the svg plugin that is supposed to be native to 
firefox.  i'm really disappointed.


http://www.alforddesigngroup.com/sandbox/svg-test-1.html

maybe someone has a copy of firefox that will render the svg file on 
this page natively.


Same thing happening on my copy of 1.5

Your markup seems right, so I'd check the server configuration to make 
sure it's sending out the correct MIME type for .svg files


http://jwatt.org/svg/authoring/#server-configuration

P
--
Patrick H. Lauke
__
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__


**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] firefox doesn't render svg file

2006-07-30 Thread dwain . alford

Patrick H. Lauke wrote:

[EMAIL PROTECTED] wrote:
i've been experimenting all night and firefox doesn't want to render 
the svg file at all.  i get a download dialog box about the svg file.  
i just now found out there is not a svg plugin in the download actions 
dialog of my copy and it is the latest update.  could someone point me 
in the direction to get the svg plugin that is supposed to be native 
to firefox.  i'm really disappointed.


http://www.alforddesigngroup.com/sandbox/svg-test-1.html

maybe someone has a copy of firefox that will render the svg file on 
this page natively.


Same thing happening on my copy of 1.5

Your markup seems right, so I'd check the server configuration to make 
sure it's sending out the correct MIME type for .svg files


http://jwatt.org/svg/authoring/#server-configuration

P
thanks for the link.  i'm not sure what i was looking at, but i didn't 
see image/svg+xml.  i did see image/png.  i have placed a svg before 
and didn't have this problem.  i suppose they could change the 
configuration.


dwain


**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] firefox doesn't render svg file

2006-07-30 Thread Philippe Wittenbergh


On Jul 30, 2006, at 6:50 PM, [EMAIL PROTECTED] wrote:

i've been experimenting all night and firefox doesn't want to  
render the svg file at all.  i get a download dialog box about the  
svg file.  i just now found out there is not a svg plugin in the  
download actions dialog of my copy and it is the latest update.   
could someone point me in the direction to get the svg plugin that  
is supposed to be native to firefox.  i'm really disappointed.


http://www.alforddesigngroup.com/sandbox/svg-test-1.html

maybe someone has a copy of firefox that will render the svg file  
on this page natively.


I've no idea what is wrong (and you file works as I expected - I  
think- in Opera).


I saved your file (+svg) to my local dev server, and there it works  
correctly, although the svg file doesn't scale to the size of the  
object.


PS - firefox 1.5+ does not need any plugin to display svg file.  
Support is build-in.


Philippe
---
Philippe Wittenbergh
http://emps.l-c-n.com





**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] firefox doesn't render svg file

2006-07-30 Thread dwain . alford

Richard Czeiger wrote:
SCG is natively supported in the latest version of FireFox (though it 
doesn't have 100% support yet).

http://www.mozilla.org/projects/svg/

Failing that, you can use the Adobe plugin
http://www.adobe.com/svg/



it turns out that ff renders the svg-t format natively.  not very good 
for the standards compliant browser.  doesn't make for accessibility 
and forces people to buy adobe illustrator cs2 to convert to svg tiny, 
since they are the only software manufacturer to have it at the moment; 
or you could roll your own if you have the inclination.


i did use the adobe svg plugin, and it still didn't render the svg 
properly. opera9 did natively, netscape8 did with the adobe plugin as 
well as mozilla.12.  imo this does not look good for ff, but who's counting?


the style for the object is width:640px by height:480px.  ff seems to 
ignore the setting and render it with horizontal and vertical scroll bars?


oh well, i'm just out on the edge at the moment standing by for css3 and 
the ability to use svg as a background image.  i'm playing around with 
the svg as a background image and trying unsuccessfully i might ad to 
z-index the rest of the page on top.  any ideas?


dwain


**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**



Re: [WSG] firefox doesn't render svg file

2006-07-30 Thread dwain . alford

Philippe Wittenbergh wrote:
I saved your file (+svg) to my local dev server, and there it works 
correctly, although the svg file doesn't scale to the size of the object.


that was another problem i have been dealing with.  i have played with 
svg before and when i used width:100% in the css, the image jumped to 
the width of the viewport, regardless of screen resolution.  it doesn't 
do that now; it runs it off the edge of the page and doesn't render at 
all in ie, and the image is, if i remember correctly, 4x2.


i will keep at it.  thanks for the help.  may i call on the group again 
with this issue?


dwain


**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**