[Webkit-unassigned] [Bug 58567] invert is treated like currentColor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 17 20:00:34 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58567





--- Comment #3 from David Barr <davidbarr at chromium.org>  2011-05-17 20:00:35 PST ---
The graphics abstraction that WebCore uses to wrap CoreGraphics/Skia/Qt presently hides the necessary composite operation for color inversion. CoreGraphics has CGBlendMode::kCGBlendModeDifference, Skia has SkXfermode::Mode:: kDifference_Mode and Qt has QPainter::CompositionMode_Difference but there is not a corresponding value in WebCore::CompositeOperator as yet.

TL;DR: The primitives necessary for this feature are not yet exposed by the graphics layer in WebCore.

With the view that this abstraction forms part of the platform, the fallback behavior is compliant.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list