Bug 125237 - Use low quality shadow blur if blur radius is small
Summary: Use low quality shadow blur if blur radius is small
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-04 11:30 PST by José Dapena Paz
Modified: 2013-12-04 11:30 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description José Dapena Paz 2013-12-04 11:30:28 PST
The shadow blur algorithm is very expensive. With a small blur radius, the quality you get with the 2 passes is almost unnoticeable, so we can use single pass in this case.