[Webkit-unassigned] [Bug 28133] SVG Filter feBlend implementation missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 13 14:28:02 PDT 2009


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


Oliver Hunt <oliver at apple.com> changed:

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




--- Comment #15 from Oliver Hunt <oliver at apple.com>  2009-08-13 14:28:00 PDT ---
(From update of attachment 34689)
You may as well add unchecked get functions to ByteArray, eg.
unsigned char ByteArray::get(int index) {
    ASSERT(index<size);
    return data[index];
}

You also don't need to update CanvasPixelArray -- just the underlying bytearray
implementation.

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