Bug 20548

Summary: [CAIRO] Canvas composite don't work on canvas-elements.
Product: WebKit Reporter: Dirk Schulze <krit>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
URL: http://philip.html5.org/tests/canvas/suite/tests/index.2d.composite.canvas.html
Attachments:
Description Flags
Canvas composite on Cairo eric: review+

Dirk Schulze
Reported 2008-08-27 12:02:32 PDT
You can't apply a composite-effect on a canvas-element but works for html-elements.
Attachments
Canvas composite on Cairo (1.47 KB, patch)
2008-08-27 12:11 PDT, Dirk Schulze
eric: review+
Dirk Schulze
Comment 1 2008-08-27 12:11:32 PDT
Created attachment 23035 [details] Canvas composite on Cairo I used the c->drawImage() call with composite like in CanvasRenderingContext2D::drawImage(HTMLImageElement* image ...).
Eric Seidel (no email)
Comment 2 2008-08-27 15:43:57 PDT
Comment on attachment 23035 [details] Canvas composite on Cairo We need to test this on CG and see what the effect is.
Eric Seidel (no email)
Comment 3 2008-08-27 17:24:58 PDT
Comment on attachment 23035 [details] Canvas composite on Cairo Looks good. Works for CG too.
Eric Seidel (no email)
Comment 4 2008-08-27 17:31:30 PDT
Note You need to log in before you can comment on or make changes to this bug.