-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
dart:geometry library #3107
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
type-enhancement
A request for a change that isn't a bug
Comments
This comment was originally written by @jinmingjian should be. |
Added this to the Later milestone. |
Added html-api label. |
Removed Area-HTML, html-api labels. |
cc @efortuna. |
Removed this from the Later milestone. |
Removed Oldschool-Milestone-Later label. |
This was referenced Jun 3, 2015
Doesn't look like this is planned. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
type-enhancement
A request for a change that isn't a bug
This issue was originally filed by @seaneagan
"dart:html" contains several geometric concepts which would be nice to factor out into a "dart:geometry" or similar:
Point (issue #3053)
Rectangle (issue #3035)
Matrix (issue #3054)
and at least a few other concepts would be useful:
Interval (https://gist.github.com/2719638)
Polygon
Line
Path
Angle
Circle
Ellipse
Square
etc.
The text was updated successfully, but these errors were encountered: