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

Skip clip masks with tiled blobs, instead of crashing. #3219

Merged
merged 2 commits into from Oct 19, 2018

Commits on Oct 19, 2018

  1. Skip clip masks with tiled blobs, instead of crashing.

    We don't currently support tiled blobs for clip masks (see
    issue #2852). This patch detects that case, and skips applying
    a clip mask in that case. It's not ideal, but it's better
    than crashing inside the resource cache, which is the current
    behavior.
    gw3583 committed Oct 19, 2018
  2. Add a comment for the boolean member in ClipItem::ImageMask.

    emilio committed Oct 19, 2018
You can’t perform that action at this time.