Searched refs:RoughCanvas (Results 1 – 1 of 1) sorted by relevance
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Editor.js | 808 function RoughCanvas(canvas, rc, shape) class 819 this.canvas.begin = mxUtils.bind(this, RoughCanvas.prototype.begin); 822 this.canvas.end = mxUtils.bind(this, RoughCanvas.prototype.end); 825 this.canvas.rect = mxUtils.bind(this, RoughCanvas.prototype.rect); 828 this.canvas.roundrect = mxUtils.bind(this, RoughCanvas.prototype.roundrect); 831 this.canvas.ellipse = mxUtils.bind(this, RoughCanvas.prototype.ellipse); 834 this.canvas.lineTo = mxUtils.bind(this, RoughCanvas.prototype.lineTo); 837 this.canvas.moveTo = mxUtils.bind(this, RoughCanvas.prototype.moveTo); 840 this.canvas.quadTo = mxUtils.bind(this, RoughCanvas.prototype.quadTo); 843 this.canvas.curveTo = mxUtils.bind(this, RoughCanvas.prototype.curveTo); [all …]
|