• Adam Barth's avatar
    Viewport fails to clip its AssetImage child · 167fbced
    Adam Barth authored
    We were getting confused about our layer tree offsets, which caused us
    to set an incorrect cull rect for the recording inside a viewport.
    
    This patch does away with layer tree offsets almost entirely. We now use
    them only at repaint boundaries, which is where we want the layer tree
    to be mutable.
    
    Fixes #1460
    167fbced
Name
Last commit
Last update
..
src Loading commit data...
_embedder.yaml Loading commit data...
animation.dart Loading commit data...
gestures.dart Loading commit data...
http.dart Loading commit data...
material.dart Loading commit data...
painting.dart Loading commit data...
rendering.dart Loading commit data...
scheduler.dart Loading commit data...
services.dart Loading commit data...
widgets.dart Loading commit data...