[Webkit-unassigned] [Bug 27711] SVG Filter need feColorMatrix implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 11:41:50 PDT 2009


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


Oliver Hunt <oliver at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33543|review?                     |review-
               Flag|                            |




--- Comment #2 from Oliver Hunt <oliver at apple.com>  2009-07-28 11:41:49 PDT ---
(From update of attachment 33543)
Woo!  alas, the double casts here:
double red = (double)r, green = (double)g, blue = (double)b, alpha = (double)a;

are unnecessary

And I don't like having that switch in the middle of the main processing loop
-- i'm not entirely sure what can be done to improve it short of something
involving templates ;)

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