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

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

[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, wrote: Nah, FF does not replicate SVG very well in canvas(it's fuzzy)...I guess I'll have to tell my app viewers not to use FF. So, my final determination is that Fi

[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, wrote: Nah, FF does not replicate SVG very well in canvas(it's fuzzy)...I guess I'll have to tell my app viewers not to use FF. So, my final determination is that F

[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-developer

[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" wrote: > > Running into various troubles [1,2] with feDisplacement for an up

[svg-developers] Re: Q: Which viewer has the best support for .Net?

2008-01-28 Thread longsonr
--- In svg-developers@yahoogroups.com, "rosskoa" <[EMAIL PROTECTED]> wrote: > I've tried getting the Adobe Viewer ActiveX Control to work in my > environment (.Net 2.0) but had to bundle it in WebBrowser object in > the end (because of > http://support.adobe.com/devsup/devsup.nsf/docs/54114.htm) r

[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 u

[svg-developers] Re: getBBox in firefox problem

2008-01-03 Thread longsonr
--- In svg-developers@yahoogroups.com, "johnbaronreid1972" <[EMAIL PROTECTED]> wrote: > > --- In svg-developers@yahoogroups.com, "longsonr" wrote: > > > > --- In svg-developers@yahoogroups.com, "johnbaronreid1972" > > wrote: >

[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 Andr

[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 setA

[svg-developers] Re: getBBox in firefox problem

2008-01-01 Thread longsonr
John, In firefox things that are display:none don't have bounding boxes. visibility:hidden might work for you depending on what you want to achieve. Best regards Robert. --- In svg-developers@yahoogroups.com, "johnbaronreid1972" <[EMAIL PROTECTED]> wrote: > > Hi, > > I can't get the following

[svg-developers] Re: Confirmation of correct getBBox() behavior?

2007-12-04 Thread longsonr
--- In svg-developers@yahoogroups.com, "brucerindahl" <[EMAIL PROTECTED]> wrote: This is a known bug in ASV see http://wiki.svg.org/Known_Bugs#Bounding_Box_and_display:none_Bug Best regards Robert - To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/gr

[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