[webkit-reviews] review granted: [Bug 130596] Subpixel rendering: Make <img> positioning subpixel aware. : [Attachment 227467] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 21 12:05:01 PDT 2014


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Zalan Bujtas
<zalan at apple.com>'s request for review:
Bug 130596: Subpixel rendering: Make <img> positioning subpixel aware.
https://bugs.webkit.org/show_bug.cgi?id=130596

Attachment 227467: Patch
https://bugs.webkit.org/attachment.cgi?id=227467&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=227467&action=review


> Source/WebCore/platform/graphics/GraphicsContext.cpp:562
> +    drawImage(image, styleColorSpace, FloatRect(p,
FloatSize(image->size())), FloatRect(FloatPoint(), FloatSize(image->size())),
op, description);

Doesn't implicit IntSize -> FloatSize conversion happen?


More information about the webkit-reviews mailing list