Bug 18669 - copyPixels fails if alphaBitmap/alphaPoint arguments are null
Summary: copyPixels fails if alphaBitmap/alphaPoint arguments are null
Status: RESOLVED FIXED
Alias: None
Product: swfdec
Classification: Unclassified
Component: library (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: swfdec ml
QA Contact: swfdec ml
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-23 01:08 UTC by MenTaLguY
Modified: 2008-12-01 04:25 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.