Home
last modified time | relevance | path

Searched refs:callSuper (Results 1 – 2 of 2) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js1584 function callSuper(methodName) { function
1624 klass.prototype.callSuper = callSuper; method in klass
7934 this.callSuper('_setBrushStyles');
7942 var path = this.callSuper('createPath', pathData);
13544 this.callSuper('initialize', options);
13579 this.callSuper('_set', key, value);
13678 return extend(this.callSuper('toObject', propertiesToInclude), this.calcLinePoints());
13865 this.callSuper('initialize', options);
13878 this.callSuper('_set', key, value);
13893 return extend(this.callSuper('toObject', propertiesToInclude), {
[all …]
Dfabric.min.js1callSuper(methodName){var fn=this.constructor.superclass.prototype[methodName];return arguments.le… method in klass
5 …(){this.callSuper("_setBrushStyles");this.canvas.contextTop.strokeStyle=this.getPattern()},createP…
8callSuper("initialize",options);this.set("x1",points[0]);this.set("y1",points[1]);this.set("x2",po…
9callSuper("toObject",propertiesToInclude),{path:this.path.map(function(item){return item.slice()})…
11callSuper("toObject"),{threshold:this.threshold})}});fabric.Image.filters.GradientTransparency.fro…
13callSuper("_render",ctx);this.ctx=ctx;this.isEditing&&this.renderCursorOrSelection()},renderCursor…
15 …tLeftOffset,textTopOffset,textBgRects){if(!this.styles[lineIndex]){this.callSuper("_setSVGTextLine…