-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listfound in release: 2.10Found to occur in 2.10Found to occur in 2.10found in release: 2.13Found to occur in 2.13Found to occur in 2.13frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
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 listHigh-priority issues at the top of the work listfound in release: 2.10Found to occur in 2.10Found to occur in 2.10found in release: 2.13Found to occur in 2.13Found to occur in 2.13frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version