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

gfx: Implement most of `box-shadow` per CSS-BACKGROUNDS. #3940

Closed
wants to merge 6 commits into from

Commits on Dec 8, 2014

  1. gfx: Implement most of `box-shadow` per CSS-BACKGROUNDS.

    All features of the `box-shadow` property are supported, including
    spread and multiple shadows, with the exception of `inset`. However,
    spread currently looks ugly when combined with blur. This is the result
    of a present limitation in the Azure API that will necessitate
    modifications to Azure. Because that will involve modifying all Azure
    backends, I have left that work to a followup.
    pcwalton committed Dec 8, 2014

Commits on Dec 9, 2014

You can’t perform that action at this time.