Canvas Rendering Quality

{,}
October 20th, 2008

This post shows some surprising differences in rendering quality from various browsers.

As you can see the Google Chrome screen-shot is simply ugly. Google Chrome is fast in javascript calculations, but that seems to have a price.


Opera | Safari | Firefox | Chrome

It looks like Chrome is simply skipping some pixels and the rendering doesn’t seemed to be aliased.

You can run the example demo in your own browser to see the results.

Tags: ,

One Response to “Canvas Rendering Quality”

  1. Webdev - tutorial about - Rotating Canvas graphics Says:

    […] wanna tests in all browsers, or you don’t have them installed, you can see the results here. addEvent(window,’load’,function(){ var startTime = new Date().valueOf(); var img = […]

Leave a Reply