[Webkit-unassigned] [Bug 114272] New: [BlackBerry][CSS Filters] Blur filter fails to recompute blur amount when layer size changes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 9 06:02:40 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=114272
Summary: [BlackBerry][CSS Filters] Blur filter fails to
recompute blur amount when layer size changes
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit BlackBerry
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: anilsson at rim.com
CC: rwlbuis at gmail.com, xan.lopez at gmail.com,
jpetsovits at blackberry.com, cgarcia at igalia.com,
anilsson at rim.com
This seems to happen frequently with CSS filters applied to images - the initial
image size is small, and when the image is fully decoded the surface size
increases to the true image size.
If a surface starts out at 12x12, the blur distance will be computed as 1/12
and that will still be used when the surface increases to the right size.
Can be seen by manual inspection ofLayoutTests/css3/filters/effect-blur-hw.html
PR 323730
--
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