[Webkit-unassigned] [Bug 15721] [CAIRO] Image transformations are broken
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 16 14:23:43 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=15721
------- Comment #4 from vbs85 at gmx.de 2008-06-16 14:23 PDT -------
Created an attachment (id=21745)
--> (https://bugs.webkit.org/attachment.cgi?id=21745&action=view)
CompositeOperator
Is the if-clause in ImageCairo.cpp still necessary?
if (op == CompositeSourceOver && !frameHasAlphaAtIndex(m_currentFrame))
context->setCompositeOperation(CompositeCopy);
else
context->setCompositeOperation(op);
Other implementations don't change the CompositeOperator. And in this case it
causes the black background. Why is it there?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list