[Webkit-unassigned] [Bug 28141] SVG Filter feGaussianBlur implementation is missing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 6 22:07:39 PDT 2009


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40762|                            |review?
               Flag|                            |
  Attachment #40713|0                           |1
        is obsolete|                            |




--- Comment #8 from Dirk Schulze <krit at webkit.org>  2009-10-06 22:07:38 PDT ---
Created an attachment (id=40762)
 --> (https://bugs.webkit.org/attachment.cgi?id=40762)
feGaussianBlur implementation

> +                if (x + dxRight < effectHeight)

mixed up effectHeight with effectWidth here. So it just works if effectHeight
== effectWidth. This patch fixes this issue.

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