-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: 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
Use case
The paints matcher is missing the ability to test RSuperellipse drawing. I think it is crucial to allow users to test the rounded superellipse drawing after the recent drawRSuperellipse introduction.
flutter/engine/src/flutter/lib/ui/painting.dart
Lines 6022 to 6027 in bb81a93
| /// Draws a rounded superellipse with the given [Paint]. The shape is filled, | |
| /// and the value of the [Paint.style] is ignored for this call. | |
| /// | |
| ///  | |
| ///  | |
| void drawRSuperellipse(RSuperellipse rse, Paint paint); |
Proposal
Add the ability to test rounded superellipse drawing.
Metadata
Metadata
Assignees
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: 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