From daa134315520360d8ec75da01e91ef91369a06b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 19 Dec 2011 13:16:29 +0100 Subject: [PATCH] Add comment about perhaps renaming Path.Oval to Path.Ellipse. --- src/path/Path.Constructors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/path/Path.Constructors.js b/src/path/Path.Constructors.js index 051e5298..04918c4c 100644 --- a/src/path/Path.Constructors.js +++ b/src/path/Path.Constructors.js @@ -173,6 +173,7 @@ Path.inject({ statics: new function() { * var path = new Path.Oval(rectangle); * path.fillColor = 'black'; */ + // TODO: Shall this be called Path.Ellipse instead? Oval: function(rect) { rect = Rectangle.read(arguments); var path = new Path(),