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 border corners with differing styles. #1199

Merged
merged 1 commit into from May 4, 2017
Merged

Commits on May 4, 2017

  1. Support border corners with differing styles.

    This handles all border corners styles except those with
    dashed and/or dotted styles. Those require changes to the
    border clip mask shader, which will be done in a follow up.
    
    The basic idea is to draw the corner twice, once for each style
    and mask out the other side of the corner. This results in more
    pixels being drawn than necessary, and can sometimes result in the
    AA between the corner segments being slightly incorrect. Those
    issues can be fixed at a later time.
    gw3583 committed May 4, 2017
You can’t perform that action at this time.