[Webkit-unassigned] [Bug 40793] [Cairo] The size of the shadow image uses the standard deviation size instead of the blur radius

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 19 02:15:25 PDT 2010


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





--- Comment #22 from Alejandro G. Castro <alex at igalia.com>  2010-08-19 02:15:24 PST ---
(In reply to comment #21)
> Hm, FEGaussianBlur::calculateStdDeviation is a void but it's only task is to calculate a float, can't you just give back a float?
> float sd = FEGaussianBlur::calculateStdDeviation(...)
> Also please use: float FEGaussianBlur::calculateStdDeviation(float radius) const

Yep, I agree, makes more sense now.

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