-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Comments
Comment by Hixie From @eseidelGoogle on June 29, 2015 18:20 Looks like it still doesn't: It's possible @iansf or @mpcomplete may be interested in an easy afternoon change like this one at some point. |
This enables drawing polygons faster than using Paths. Fixes flutter/flutter#92
* 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
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 |
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
The text was updated successfully, but these errors were encountered: