Bug 44193 - Fix a clip problem in the in composite operation for svg filters
Summary: Fix a clip problem in the in composite operation for svg filters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-18 11:39 PDT by Dave Hyatt
Modified: 2010-08-18 11:45 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.43 KB, patch)
2010-08-18 11:39 PDT, Dave Hyatt
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-08-18 11:39:31 PDT
I made a typo in my previous checkin that swapped the arguments of clipToImageBuffer.
Comment 1 Dave Hyatt 2010-08-18 11:39:48 PDT
Created attachment 64745 [details]
Patch
Comment 2 Dave Hyatt 2010-08-18 11:42:39 PDT
This is covered by pixel test of

svg/filters/feComposite.svg
Comment 3 Martin Robinson 2010-08-18 11:44:05 PDT
Comment on attachment 64745 [details]
Patch

LGTM!
Comment 4 Dave Hyatt 2010-08-18 11:45:39 PDT
Fixed in r65621.