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

Fix backface visibility in nested stacking contexts. #2997

Merged
merged 1 commit into from Aug 30, 2018

Commits on Aug 30, 2018

  1. Fix backface visibility in nested stacking contexts.

    Picture primitives should not consider the backface visibility
    flag - they are containers for primitives only. Instead, if all
    the primitives inside a picture are backface culled, then the
    entire picture will be empty and also culled.
    
    Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1442916.
    gw3583 committed Aug 30, 2018
    Copy the full SHA
    7d7d589 View commit details
    Browse the repository at this point in the history