Bug 18669

Summary: copyPixels fails if alphaBitmap/alphaPoint arguments are null
Product: swfdec Reporter: MenTaLguY <mental>
Component: libraryAssignee: swfdec ml <swfdec>
Status: RESOLVED FIXED QA Contact: swfdec ml <swfdec>
Severity: normal    
Priority: medium    
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description MenTaLguY 2008-11-23 01:08:34 UTC
copyPixels should treat the following as if a solid alpha mask had been provided:

 bitmapData.copyPixels(src, rect, pt, null, null, merge_alpha);

Currently, however, swfdec implements it as a noop.

A branch which extends the copyPixels test to catch this bug, and additionally fixes it, is available from this repository:

 git://github.com/mental/swfdec.git

The branch name is copyPixels-alpha-nomask
Comment 1 Benjamin Otte 2008-12-01 04:25:15 UTC
merged it, thx.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.