[Webkit-unassigned] [Bug 23766] CanvasRenderingContext2D::setShadow needs else for other platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 5 13:22:50 PST 2009


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





------- Comment #4 from sky at google.com  2009-02-05 13:22 PDT -------
I'm not a WebKit expert by any means, so take this with a grain of salt. Could
we do the following:

. Change Color to wrap either an RGBA or CMYKA type ala a union.
. Change rgb() such that if the type is cmyka we use makeRGBAFromCMYKA.
. For platforms that support CMYK they could test the type, then convert as
necessary.


-- 
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