[webkit-reviews] review requested: [Bug 26908] <canvas> without CSS width/height is unaffected by full page zoom : [Attachment 34567] Fix <canvas> zooming

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 09:37:31 PDT 2009


George Wright <george.wright at torchmobile.com> has asked  for review:
Bug 26908: <canvas> without CSS width/height is unaffected by full page zoom
https://bugs.webkit.org/show_bug.cgi?id=26908

Attachment 34567: Fix <canvas> zooming
https://bugs.webkit.org/attachment.cgi?id=34567&action=review

------- Additional Comments from George Wright <george.wright at torchmobile.com>
This patch makes the canvas element parser add CSS properties for the width and
height in the same manner as the image element parser does, thus allowing the
canvas to scale properly. It also removes a superfluous zoomedSize declaration
which is never used.


More information about the webkit-reviews mailing list