Bug 47464 - SVG feImage take preserveAspectRatio into account for absolute paint rect
Summary: SVG feImage take preserveAspectRatio into account for absolute paint rect
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dirk Schulze
URL:
Keywords:
Depends on:
Blocks: 68469 26389
  Show dependency treegraph
 
Reported: 2010-10-09 22:05 PDT by Dirk Schulze
Modified: 2014-05-12 05:54 PDT (History)
0 users

See Also:


Attachments
Patch (30.42 KB, patch)
2010-10-10 00:14 PDT, Dirk Schulze
zimmermann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2010-10-09 22:05:59 PDT
SVG feImage take preserveAspectRatio into account for absolute paint rect
Comment 1 Dirk Schulze 2010-10-10 00:14:18 PDT
Created attachment 70390 [details]
Patch
Comment 2 Nikolas Zimmermann 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.
Comment 3 Dirk Schulze 2010-10-11 02:57:38 PDT
Committed r69482: <http://trac.webkit.org/changeset/69482>