Add comment about perhaps renaming Path.Oval to Path.Ellipse.

This commit is contained in:
Jürg Lehni 2011-12-19 13:16:29 +01:00
parent 83df011e1d
commit daa1343155

View file

@ -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(),