Home
last modified time | relevance | path

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

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1upperCanvasEl){event||(event=fabric.window.event);var element=event.target||(typeof event.srcEleme… argument
4upperCanvasEl){this.upperCanvasEl[prop]=value}if(this.cacheCanvasEl){this.cacheCanvasEl[prop]=valu…
5upperCanvasEl.style.cursor=value},_resetObjectTransform:function(target){target.scaleX=1;target.sc… argument
6 …ction(format,quality,cropping){this.renderAll(true);var canvasEl=this.upperCanvasEl||this.lowerCan…
15 …kHandlerInitialized&&this.canvas){fabric.util.addListener(this.canvas.upperCanvasEl,"click",this.o…
H A Dfabric.js1810 function getPointer(event, upperCanvasEl) { argument
2056 origElement !== upperCanvasEl &&
6214 if (this.upperCanvasEl) {
6215 this.upperCanvasEl[prop] = value;
6238 if (this.upperCanvasEl) {
6239 this.upperCanvasEl.style[prop] = value;
8611 this.upperCanvasEl.style.cursor = value;
8779 if (!upperCanvasEl) {
8780 upperCanvasEl = this.upperCanvasEl;
8782 var pointer = getPointer(e, upperCanvasEl),
[all …]