[webkit-reviews] review requested: [Bug 28141] SVG Filter feGaussianBlur implementation is missing : [Attachment 40762] feGaussianBlur implementation

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


Dirk Schulze <krit at webkit.org> has asked  for review:
Bug 28141: SVG Filter feGaussianBlur implementation is missing
https://bugs.webkit.org/show_bug.cgi?id=28141

Attachment 40762: feGaussianBlur implementation
https://bugs.webkit.org/attachment.cgi?id=40762&action=review

------- Additional Comments from Dirk Schulze <krit at webkit.org>
> +		   if (x + dxRight < effectHeight)

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


More information about the webkit-reviews mailing list