mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Add comment about potential renaming of artworkToView -> projectToView?
This commit is contained in:
parent
ac364014da
commit
f3f5515763
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,8 @@ var View = this.View = Base.extend({
|
|||
// TODO: getShowGrid
|
||||
// TODO: getMousePoint
|
||||
// TODO: artworkToView(rect)
|
||||
|
||||
// TODO: Consider naming these projectToView, viewToProject
|
||||
artworkToView: function(point) {
|
||||
return this._matrix._transformPoint(Point.read(arguments));
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue