Bug 21733

Summary: [CAIRO] Image cleared too early
Product: WebKit Reporter: Dirk Schulze <krit>
Component: ImagesAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Cairo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch sam: review+

Description Dirk Schulze 2008-10-18 11:56:22 PDT
If I draw the same image several times on a context via drawImage(image, ...), only the first image is drawn to the context. The others are transparent or not available, don't know.

It seems that the image is cleared after the first draw operation.

This bug appears with this patch http://trac.webkit.org/changeset/37612.
Only cairo seems to be affected. Qt has no problems with it. Could not test Cg yet.
Comment 1 Dave Hyatt 2008-10-20 11:39:28 PDT
Created attachment 24527 [details]
Patch
Comment 2 Sam Weinig 2008-10-20 11:44:29 PDT
Comment on attachment 24527 [details]
Patch

Needs a changelog.  r=me
Comment 3 Dave Hyatt 2008-10-20 11:45:43 PDT
Fixed in r37740.