• liyuqian's avatar
    No shrinking for BackdropFilter's cull rect (#28174) · 0067efca
    liyuqian authored
    * No shrinking for BackdropFilter's cull rect
    
    This will be a breaking change. Our old behavior may generate confusions
    for a sample app like our added golden test: Skia will shrink the cull
    rect (and thus the filtered area) to the text. The new behavior will
    fill the BackdropFilter to its parent/ancestor clip. This is more
    in align with our clip behaviors (no clip by default).
    
    If this breaks your app, wrap the BackdropFilter with a ClipRect.
    
    [wip] The golden images are not uploaded yet. I'll wait for the initial
    round of review to approve the golden test before uploading them.
    
    * Statically define the callback
    
    * Add TODO to remind the hacking code removal
    
    * Nit fix
    
    * Update goldens
    0067efca
Name
Last commit
Last update
..
animation Loading commit data...
cupertino 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...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...
flutter_test_alternative.dart Loading commit data...
flutter_test_config.dart Loading commit data...