mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -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: getShowGrid
|
||||||
// TODO: getMousePoint
|
// TODO: getMousePoint
|
||||||
// TODO: artworkToView(rect)
|
// TODO: artworkToView(rect)
|
||||||
|
|
||||||
|
// TODO: Consider naming these projectToView, viewToProject
|
||||||
artworkToView: function(point) {
|
artworkToView: function(point) {
|
||||||
return this._matrix._transformPoint(Point.read(arguments));
|
return this._matrix._transformPoint(Point.read(arguments));
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue