Skip to content

Remove superfluous DrawPath() from Framework #183044

Description

@gaaclarke

Audit the Flutter Framework and replace unnecessary drawPath() calls with specialized primitive calls like drawRRect(). For example, text fields currently use drawPath() for shapes that are natively supported as rounded rectangles, leading to avoidable aliasing.

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work listteam-engineOwned by Engine teamtriaged-engineTriaged by Engine team

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions