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

Support different radii and elliptical radii in box shadows. #1889

Merged
merged 1 commit into from Oct 18, 2017

Commits on Oct 17, 2017

  1. Support different radii and elliptical radii in box shadows.

    Now that box shadows are rendered via a normal mask + blur,
    we can just pass through radii for each corner to handle
    this case. Right now, the brush mask assumes it will handle
    the entire rect. The next step is to support segmenting
    parts of the mask generation, which will greatly help with
    the performance of the new box shadow implementation.
    
    Fixes #1430.
    gw3583 committed Oct 17, 2017
You can’t perform that action at this time.