• Adam Barth's avatar
    Fix composited transform bounds calculations (#6302) · 3b56f122
    Adam Barth authored
    We weren't computing the bounds for composited transforms correctly. We
    need to conjugate the transform by the offset in order to get the
    correct paint bounds for the composited layer. We now also use the same
    math in the non-composited case for consistency.
    
    Also, don't scale the z-coordinate in RenderFittedBox.
    
    Fixes #6293
    3b56f122
Name
Last commit
Last update
..
animation Loading commit data...
cassowary Loading commit data...
engine Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
services Loading commit data...
ui Loading commit data...
widget Loading commit data...