paper.js/src/path/Curve.js

4 lines
72 B
JavaScript

var Curve = this.Curve = Base.extend({
initialize: function() {
}
});