mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Add comment about perhaps renaming Path.Oval to Path.Ellipse.
This commit is contained in:
parent
83df011e1d
commit
daa1343155
1 changed files with 1 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue