-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: devtoolsDevTools related - suite of performance and debugging toolsDevTools related - suite of performance and debugging toolsa: imagesLoading, displaying, rendering imagesLoading, displaying, rendering imagesc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework team
Description
In DevTools, we'd like to be able to draw an outline around the layer for each image. The layer is already placed at its proper offset within the image, so this information should be available.
For each image, we'll need:
- layer size
- layer offset
- original image size at scale 1.0 (so we can adjust the offset and size accordingly as the image we show in DevTools is resized)
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: devtoolsDevTools related - suite of performance and debugging toolsDevTools related - suite of performance and debugging toolsa: imagesLoading, displaying, rendering imagesLoading, displaying, rendering imagesc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.team-frameworkOwned by Framework teamOwned by Framework team