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

Allow clip masks for picture tasks. #2443

Merged
merged 1 commit into from Feb 22, 2018
Merged

Commits on Feb 22, 2018

  1. Now that we draw pictures by using their local rect as a normal

    primitive, we also need to apply clip masks to them, when they
    are required.
    
    For example, a picture may have a transform on it, and when it
    gets drawn it needs to sample from a clip mask in this case since
    the coordinate systems are not equal and the local clip rect
    can not be applied in this case.
    
    This fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1439059.
    gw3583 committed Feb 22, 2018
You can’t perform that action at this time.