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

Add support for brushes with transforms plus edge AA. #2102

Merged
merged 1 commit into from Nov 27, 2017

Commits on Nov 27, 2017

  1. Add support for brushes with transforms plus edge AA.

    This means that brush items such as box-shadows get correct edge
    AA when they are transformed, which was not previously supported.
    
    Also fix up the segment / rect AA support for transformed primitives.
    Previously, we were using the clip rect or the local rect. This
    works in most cases, but is not correct. Instead, explicitly pass
    in the prim rect and the segment rect, and apply the local clip
    rect to each of those. In most cases, these are the same, but for
    some primitives they differ.
    
    Add a basic test suite to ensure AA is working correctly on border,
    box-shadow, rect and image primitives.
    gw3583 committed Nov 27, 2017
You can’t perform that action at this time.