[Webkit-unassigned] [Bug 31382] Make -webkit-color-correction work with shadows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 15:55:29 PST 2009


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


Beth Dakin <bdakin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |bdakin at apple.com
                   |kit.org                     |
  Attachment #43015|                            |review?
               Flag|                            |




--- Comment #1 from Beth Dakin <bdakin at apple.com>  2009-11-11 15:55:26 PST ---
Created an attachment (id=43015)
 --> (https://bugs.webkit.org/attachment.cgi?id=43015)
Patch

A few things about this patch:

1. As I mention in the Changelog, this doesn't fix canvas shadows. I will fix
those when I fix canvas <https://bugs.webkit.org/show_bug.cgi?id=31319>
2. I did not make a new variable on the state for the shadow ColorSpace. This
is not necessary with the way things are currently implemented. Furthermore, I
realized that it is probably silly to have both a strokeColorSpace and a
fillColorSpace -- I am pretty certain that even when the colors are different,
stroke and fill will have the same ColorSpace, right? Anyway, it seems like
these could be collapsed into one variable. I did not do that with the patch,
but I am considering it. Maybe now or maybe later, what do you think?

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