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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 23:01:29 PDT 2009


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


Oliver Hunt <oliver at apple.com> changed:

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




--- Comment #6 from Oliver Hunt <oliver at apple.com>  2009-10-05 23:01:29 PDT ---
(From update of attachment 40597)
There are a few places where blurring is misspelled as bluring.

double(sum / dx) seems bogus -- both sum and dx are integer types, so you're
just doing an integer divide and casting to double, which is either
superfluous, or not what you intended to do.

What happens if i apply this filter to a 3x3 image?  it looks to me like
there's potential for overflow...

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