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

canvas: Properly restore all the remaining items in stateStack in endDrawing #12363

Merged
merged 1 commit into from
Sep 12, 2020

Commits on Sep 12, 2020

  1. canvas: Properly restore all the remaining items in stateStack in end…

    …Drawing.
    
    We were correctly finishing the SMask group but not restoring all the extra
    transformations applied in stateStack, so if somebody ends up drawing to the
    same context after canceling mid-draw we'd get artifacts.
    
    This fixes Mozilla bug 1664178[1].
    
    [1]: https://bugzilla.mozilla.org/show_bug.cgi?id=1664178
    emilio committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    ef1e9a1 View commit details
    Browse the repository at this point in the history