Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak blur filter so the result is close to gecko. #1920

Merged
merged 1 commit into from Oct 26, 2017

Commits on Oct 26, 2017

  1. Tweak blur filter.

    We actually pass the std deviation into cs_blur shader for gaussian
    blur. So, correct some naming which causing confusion. Also, according
    to the spec, the std deviation of box and text shadow is half of blur
    radius.
    mephisto41 committed Oct 26, 2017
You can’t perform that action at this time.