RESOLVED FIXED 47464
SVG feImage take preserveAspectRatio into account for absolute paint rect
https://bugs.webkit.org/show_bug.cgi?id=47464
Summary SVG feImage take preserveAspectRatio into account for absolute paint rect
Dirk Schulze
Reported 2010-10-09 22:05:59 PDT
SVG feImage take preserveAspectRatio into account for absolute paint rect
Attachments
Patch (30.42 KB, patch)
2010-10-10 00:14 PDT, Dirk Schulze
zimmermann: review+
Dirk Schulze
Comment 1 2010-10-10 00:14:18 PDT
Nikolas Zimmermann
Comment 2 2010-10-10 23:56:58 PDT
Comment on attachment 70390 [details] Patch 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.
Dirk Schulze
Comment 3 2010-10-11 02:57:38 PDT
Note You need to log in before you can comment on or make changes to this bug.