[Swfdec] [Bug 18669] New: copyPixels fails if alphaBitmap/ alphaPoint arguments are null
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Nov 23 01:08:34 PST 2008
http://bugs.freedesktop.org/show_bug.cgi?id=18669
Summary: copyPixels fails if alphaBitmap/alphaPoint arguments are
null
Product: swfdec
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: library
AssignedTo: swfdec at lists.freedesktop.org
ReportedBy: mental at rydia.net
QAContact: swfdec at lists.freedesktop.org
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
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Swfdec
mailing list