Bug 98391

Summary: [CSS Shaders] Implement destination and lighter composite operators.
Product: WebKit Reporter: Dongseong Hwang <dongseong.hwang>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: krit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 97859    
Bug Blocks: 71392    

Dongseong Hwang
Reported 2012-10-04 02:55:56 PDT
Implement destination and lighter composite operators in the CSS Shaders mix function. For example: -webkit-filter: custom(none mix(shader.fs normal lighter)); This will composite the special css_MixColor symbol in the fragment shader with the DOM element texture. Destination and lighter are tricky enough to be their own bugs.
Attachments
Note You need to log in before you can comment on or make changes to this bug.