paper.js/src/path/Curve.js

5 lines
72 B
JavaScript
Raw Normal View History

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