[webkit-reviews] review denied: [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:52:59 PDT 2009


Dave Hyatt <hyatt at apple.com> has denied George Wright
<george.wright at torchmobile.com>'s request 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 Dave Hyatt <hyatt at apple.com>
I think it's better to patch the initial intrinsic size on the rendering side. 
I don't think you have to touch the DOM element.  This patch is flawed since it
doesn't zoom omitted attributes (that should default to 300 and 150 but then be
zoomed).

Need a test case also obviously.


More information about the webkit-reviews mailing list