• 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
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...