Skip to content

Path is missing a bunch of features one would expect #252

@FlutterIssues

Description

@FlutterIssues

Issue by Hixie
Tuesday Nov 03, 2015 at 18:53 GMT
Originally opened as https://github.com/flutter/engine/issues/1920


Looking at existing Skia features in particular:

  • FillType
  • moveTo()
  • relativeMoveTo()
  • lineTo()
  • relativeLineTo()
  • quadraticBezierTo()
  • relativeQuadrativeBezierTo()
  • cubicBezierTo()
  • relativeCubicBezierTo()
  • conicSectionTo()
  • relativeConicSectionTo()
  • arcTo()
  • addRect()
  • addOval()
  • addArc()
  • addRoundedRect()
  • addPolygon() (see also issue https://github.com/flutter/engine/issues/85)
  • addPath() as extension of existing path
  • addPath() as new subpath
  • close the path
  • reset the path
  • create a path by offsetting another path
  • create a path by transforming another path

Metadata

Metadata

Assignees

Labels

c: new featureNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.frameworkflutter/packages/flutter repository. See also f: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions