mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -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);
|
* var path = new Path.Oval(rectangle);
|
||||||
* path.fillColor = 'black';
|
* path.fillColor = 'black';
|
||||||
*/
|
*/
|
||||||
|
// TODO: Shall this be called Path.Ellipse instead?
|
||||||
Oval: function(rect) {
|
Oval: function(rect) {
|
||||||
rect = Rectangle.read(arguments);
|
rect = Rectangle.read(arguments);
|
||||||
var path = new Path(),
|
var path = new Path(),
|
||||||
|
|
Loading…
Reference in a new issue