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

batch: Use the right clip rect for drop shadows. #3421

Merged
merged 1 commit into from Dec 17, 2018

Commits on Dec 14, 2018

  1. batch: Use the right clip rect for drop shadows.

    We don't really want to translate the clip, and furthermore, the picture clip
    rect for these pictures is always the max rect, so it's not really what we want.
    
      https://searchfox.org/mozilla-central/rev/49e78df13e7a505827a3a86daae9efdf827133c6/gfx/wr/webrender/src/display_list_flattener.rs#1472
    
    This fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1496019
    emilio committed Dec 14, 2018
You can’t perform that action at this time.