[Webkit-unassigned] [Bug 28141] New: SVG Filter feGaussianBlur implementation is missing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 10 02:48:23 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28141
Summary: SVG Filter feGaussianBlur implementation is missing
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: krit at webkit.org
Blocks: 26389
SVG Filter feGaussianBlur implementation is missing.
Details for implementing:
The Specification http://www.w3.org/TR/SVG11/filters.html#feGaussianBlur give
an alternative for a real gaussian blur, if stdDeviation is >= 2.0. Many other
SVG Implementations take this alternative for every stdDeviation >= 0. It looks
like even FireFox just uses the alternative. We might follow this becaues most
SVG's with gaussianBlur take a stdDeviation > 2 and it reduces the complexity
of calculation.
--
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