Skip to content

Debug properties of BackdropFilterLayer missed #101102

@wangying3426

Description

@wangying3426

When debugDumpLayerTree, we found that BackdropFilterLayer's properties are missed.

flutter:  │     │ ├─child 6: ClipRectLayer#b154d
flutter:  │     │ │ │ engine layer: ClipRectEngineLayer#6c8d6
flutter:  │     │ │ │ handles: 2
flutter:  │     │ │ │ clipRect: Rect.fromLTRB(39.2, 135.0, 67.2, 162.0)
flutter:  │     │ │ │ clipBehavior: Clip.hardEdge
flutter:  │     │ │ │
flutter:  │     │ │ └─child 1: BackdropFilterLayer#2376b
flutter:  │     │ │   │ engine layer: BackdropFilterEngineLayer#75b16
flutter:  │     │ │   │ handles: 2
flutter:  │     │ │   │
flutter:  │     │ │   └─child 1: PictureLayer#788c9
flutter:  │     │ │       handles: 1
flutter:  │     │ │       paint bounds: Rect.fromLTRB(39.2, 135.0, 67.2, 162.0)
flutter:  │     │ │       picture: Picture#81dd7
flutter:  │     │ │       raster cache hints: isComplex = false, willChange = false

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listfound in release: 2.10Found to occur in 2.10found in release: 2.13Found to occur in 2.13frameworkflutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer version

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions