UNCONFIRMED 44356
canvas rendered when page is zoomed appears zoomed in or out too much
https://bugs.webkit.org/show_bug.cgi?id=44356
Summary canvas rendered when page is zoomed appears zoomed in or out too much
Adam
Reported 2010-08-20 14:21:46 PDT
This could be related to this bug: https://bugs.webkit.org/show_bug.cgi?id=42089 This page: http://www.digitalia.be/software/reflectionjs-for-jquery#demo uses javascript and canvas to provide a reflection effect. If the page is at 100% and you load, all is fine. If you zoom in and out, the image and canvas match. OTOH, if you zoom in and reload, the canvas reflected image is zoomed much larger than the original image. If zoomed out and reloaded, the canvas image is zoomed much smaller then the original image. It should maintain proportions either way. I don't know if this is a canvas bug, or perhaps the canvas is being rendered at the wrong size because the js might be giving it the wrong proportions when zoomed. If the later, then it's most likely a duplicate of the related bug. Otherwise it's unique. I also filed this here (http://code.google.com/p/chromium/issues/detail?id=49794) a while ago.
Attachments
Note You need to log in before you can comment on or make changes to this bug.