Enkidatron / canviz

Automatically exported from code.google.com/p/canviz
0 stars 0 forks source link

IE: Poor quality image rendering #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When bitmapped images are included in a graph, they don't look great in IE
using the VML-based excanvas script. The image gets scaled down to 75%
(72/96) size, then that gets scaled back up again, resulting in blurring
and pixelation.

A workaround for now is to install Microsoft Silverlight and use the
Silverlight version of excanvas which doesn't have this problem.

I reported this problem to the developers of excanvas:

http://groups.google.com/group/google-excanvas/browse_thread/thread/e72e328ff14d
c90d

Original issue reported on code.google.com by ryandesi...@gmail.com on 26 Dec 2008 at 9:08