<p>Thanks I'll give that a go in the morning!</p>
<p>All the best,</p>
<p>Rob</p>
<p><blockquote type="cite">On 19 Sep 2010 03:42, "Boris Zbarsky" <<a href="mailto:bzbarsky@mit.edu">bzbarsky@mit.edu</a>> wrote:<br><br><p><font color="#500050">On 9/18/10 9:57 PM, Rob Evans wrote:<br>><br>
> Thanks for the reply. I’m already using high resolution ima...</font></p>
Gecko will scale canvas images in one of two ways: either using a nearest-neighbor algorithm or using a more complicated (bilinear, bicubic, may depend on other details) algorithm which is slower but usually gives better results.  You can control which is happening by setting mozImageSmoothingEnabled on the canvas 2d context (set to false to get nearest-neighbor and set to true to get the other).<br>

<br>
The default value there is true.  Does setting it to false give you the Chrome 6 behavior, perchance?  I'd be a little surprised if it does, but worth trying.<br><font color="#888888">
<br>
-Boris<br>
</font></blockquote></p>