Add comment about potential renaming of artworkToView -> projectToView?

This commit is contained in:
Jürg Lehni 2011-05-17 13:42:45 +01:00
parent ac364014da
commit f3f5515763

View file

@ -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));
},