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 snapping on clip masks, and fast path rectangle + clip out mode. #2618

Merged
merged 2 commits into from Apr 6, 2018

Commits on Apr 6, 2018

  1. Add native support for Rectangle + ClipOut mode.

    Previously, all ClipOut items would result in a clip mask being
    generated. As we start to use ClipOut mode more often, it makes
    sense to handle this natively in the segment builder and avoid
    generating a clip-mask at all, where possible.
    
    Fixes #2595.
    Fixes #2501.
    gw3583 committed Apr 6, 2018
You can’t perform that action at this time.