[webkit-reviews] review granted: [Bug 22823] REGRESSION (TOT): Canvas is broken in high dpi mode : [Attachment 25979] Fix initial context scale

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 12 06:05:42 PST 2008


Alexey Proskuryakov <ap at webkit.org> has granted Oliver Hunt
<oliver at apple.com>'s request for review:
Bug 22823: REGRESSION (TOT): Canvas is broken in high dpi mode
https://bugs.webkit.org/show_bug.cgi?id=22823

Attachment 25979: Fix initial context scale
https://bugs.webkit.org/attachment.cgi?id=25979&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
+   
m_imageBuffer->context()->scale(FloatSize(size.width()/unscaledSize.width(),
size.height()/unscaledSize.height()));

Please add spaces around '/'.

+	 transform.scale(size.width()/unscaledSize.width(),
size.height()/unscaledSize.height());

Ditto.

r=me


More information about the webkit-reviews mailing list