Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canvas: expose drawPolygon() #92

Closed
FlutterIssues opened this issue Nov 9, 2015 · 2 comments
Closed

Canvas: expose drawPolygon() #92

FlutterIssues opened this issue Nov 9, 2015 · 2 comments
Assignees
Labels
c: new feature Nothing broken; request for a new capability engine flutter/engine repository. See also e: labels. framework flutter/packages/flutter repository. See also f: labels.

Comments

@FlutterIssues
Copy link

Issue by Hixie
Friday Jul 17, 2015 at 16:28 GMT
Originally opened as https://github.com/flutter/engine/issues/85


From @Hixie on June 4, 2015 16:31

...and then convert the border logic to use it, rather than using a Path.

Copied from original issue: domokit/mojo#199

@FlutterIssues FlutterIssues added this to the Blue Sky milestone Nov 9, 2015
@FlutterIssues FlutterIssues added engine flutter/engine repository. See also e: labels. framework flutter/packages/flutter repository. See also f: labels. c: new feature Nothing broken; request for a new capability labels Nov 9, 2015
@FlutterIssues
Copy link
Author

Comment by Hixie
Friday Jul 17, 2015 at 16:28 GMT


From @eseidelGoogle on June 29, 2015 18:20

Looks like it still doesn't:
https://github.com/domokit/mojo/blob/master/sky/engine/core/painting/Canvas.idl

It's possible @iansf or @mpcomplete may be interested in an easy afternoon change like this one at some point.

@abarth abarth self-assigned this Jun 12, 2016
abarth added a commit to abarth/engine that referenced this issue Jun 12, 2016
This enables drawing polygons faster than using Paths.

Fixes flutter/flutter#92
abarth added a commit to flutter/engine that referenced this issue Jun 13, 2016
* Implement Canvas.drawPoints

This enables drawing polygons faster than using Paths.

Fixes flutter/flutter#92

* Implement more Path functions

Path.fillType
Path.addPolygon
Path.addPath
Path.extendWithPath
Path.transform

Fixes flutter/flutter#252
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: new feature Nothing broken; request for a new capability engine flutter/engine repository. See also e: labels. framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

No branches or pull requests

2 participants