[webkit-reviews] review granted: [Bug 47464] SVG feImage take preserveAspectRatio into account for absolute paint rect : [Attachment 70390] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 10 23:56:58 PDT 2010


Nikolas Zimmermann <zimmermann at kde.org> has granted Dirk Schulze
<krit at webkit.org>'s request for review:
Bug 47464: SVG feImage take preserveAspectRatio into account for absolute paint
rect
https://bugs.webkit.org/show_bug.cgi?id=47464

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

------- Additional Comments from Nikolas Zimmermann <zimmermann at kde.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=70390&action=review

r=me.

> WebCore/svg/graphics/filters/SVGFEImage.cpp:49
> +    ASSERT(m_image.get());

The .get() is not needed.


More information about the webkit-reviews mailing list