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

Implement support for (most of) border-image. #895

Merged
merged 3 commits into from Feb 22, 2017

Commits on Feb 19, 2017

  1. Implement support for (most of) border-image.

    Add support for borders that use:
     * border-image-source (images only, not gradients yet).
     * border-image-slice
     * border-image-repeat (repeat + stretch only, for now).
     * border-image-outset
    
    The major part of the work is supporting sub-rects when drawing images.
    
    The rest of the work is simply generating image primitives from the
    border-image display item description.
    gw3583 committed Feb 19, 2017

Commits on Feb 22, 2017

  1. Update version numbers for breaking API change.

    gw3583 committed Feb 22, 2017
You can’t perform that action at this time.