Bug 71989 - Canvas drawImage(video) always uses source-over
Summary: Canvas drawImage(video) always uses source-over
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 18:49 PST by Ben Wells
Modified: 2014-04-03 04:02 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Wells 2011-11-09 18:49:28 PST
The drawImage canvas operation with a video element ignores the globalCompositeOperation and always uses source-in.
Comment 1 Dirk Schulze 2014-04-03 04:02:43 PDT
I did not have the same experience. Just checked all compositing modes. Maybe you can reopen with an example.