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 filtered elements being clipped during property animation. #2669

Merged
merged 1 commit into from Apr 18, 2018

Commits on Apr 18, 2018

  1. Fix filtered elements being clipped during property animation.

    When the local rect of a picture primitive changes (due to a
    child primitive or picture being attached to an animating
    scroll node), we need to invalidate the GPU cache entry for
    this picture. This ensures that the correct local rect is
    uploaded to the GPU shaders.
    
    Fixes #2668.
    gw3583 committed Apr 18, 2018
You can’t perform that action at this time.