[webkit-reviews] review granted: [Bug 81631] <img style='width: 100%' src='foo.svg'> gets pixellated when stretched : [Attachment 134002] Patch v4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 27 02:15:59 PDT 2012


Antti Koivisto <koivisto at iki.fi> has granted Nikolas Zimmermann
<zimmermann at kde.org>'s request for review:
Bug 81631: <img style='width: 100%' src='foo.svg'> gets pixellated when
stretched
https://bugs.webkit.org/show_bug.cgi?id=81631

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

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=134002&action=review


r=me

> Source/WebCore/rendering/RenderImage.cpp:512
> +    // Propagate container size to image resource.
> +    IntSize containerSize = IntSize(contentWidth(), contentHeight());

Unnecessary copy.


More information about the webkit-reviews mailing list