[svg-developers] Re: Streaming SVG over SSL hangs

2007-10-12 Thread longsonr
--- In svg-developers@yahoogroups.com, Dylan Browne [EMAIL PROTECTED] wrote: Hi all, I've come across a problem when streaming SVG to a browser using SSL. When using plain http it works fine, but if the server is configured to use https, the browser receives no response to the

[svg-developers] Re: getBBox in firefox problem

2008-01-02 Thread longsonr
--- In svg-developers@yahoogroups.com, Samuel Dagan [EMAIL PROTECTED] wrote: Actually the attributes he is looking at are in the null namespace so getAttribute and setAttribute should work in this case. Best regards Robert Hi John, For Firefox you need to use getAttributeNS and

[svg-developers] Re: getBBox in firefox problem

2008-01-03 Thread longsonr
--- In svg-developers@yahoogroups.com, johnbaronreid1972 [EMAIL PROTECTED] wrote: You are not doing anything wrong. You are suffering from https://bugzilla.mozilla.org/show_bug.cgi?id=339807 This was fixed during the Firefox 3 development cycle. A workaround would be to use setTimeout as Andreas

[svg-developers] Re: tspan text-decoration

2008-01-07 Thread longsonr
--- In svg-developers@yahoogroups.com, scalablev [EMAIL PROTECTED] wrote: Firefox 2 doesn't show any underlines at all. Am I missing something here? Text decoration is not yet implemented in firefox. https://bugzilla.mozilla.org/show_bug.cgi?id=317196 Best regards Robert. - To

[svg-developers] Re: appearance of feDisplacement in Opera and IE/ASV (and others)

2010-08-18 Thread longsonr
David, Firefox 4 does not yet support putting SVG in image or feImage elements. Support for that is scheduled for beta 5, so not long to wait now. Best regards Robert. --- In svg-developers@yahoogroups.com, ddailey ddai...@... wrote: Running into various troubles [1,2] with feDisplacement

[svg-developers] Re: why is SVG served with correct mime type saved to disk rather than rendered?

2011-06-27 Thread longsonr
Jonathan, Using http://web-sniffer.net/ you can see that the Content-Disposition http header is included by the streetmap server. This instructs browsers to do a file download. Best regards Robert. - To unsubscribe send a message to:

[svg-developers] RE: RE: RE: RE: Re: The SVG Race: IE(1st) Chrome(2nd) FF(last)

2013-09-17 Thread longsonr
All fuzziness was fixed in Firefox 24 which was released earlier today.Robert. --- In svg-developers@yahoogroups.com, svg-developers@yahoogroups.com wrote:Nah, FF does notreplicate SVG very well in canvas(its fuzzy)...I guess Ill have totell my app viewers not to use FF. So, my

[svg-developers] RE: RE: RE: RE: Re: The SVG Race: IE(1st) Chrome(2nd) FF(last)

2013-09-17 Thread longsonr
All fuzziness is fixed in Firefox 24 which was released earlier today.Robert. --- In svg-developers@yahoogroups.com, svg-developers@yahoogroups.com wrote:Nah, FF does notreplicate SVG very well in canvas(its fuzzy)...I guess Ill have totell my app viewers not to use FF. So, my

[svg-developers] RE: The SVG Race: IE(1st) Chrome(2nd) FF(last)

2013-09-19 Thread longsonr
Canvas is a raster format though, once youve drawn onto it, all you have is pixels. If you have fuzziness perhaps its because youre not matching the SVG object locations with pixels. Try adding 0.5 to the x and y co-ordinates of the SVG graphics.--- In