Home
last modified time | relevance | path

Searched refs:transformMatrix (Results 1 – 7 of 7) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js2879 if (parentAttributes && parentAttributes.transformMatrix) {
2881 parentAttributes.transformMatrix, fabric.parseTransformAttribute(value));
11036 transformMatrix: null, property
11464 if (this.transformMatrix) {
11465 ctx.transform.apply(ctx, this.transformMatrix);
12819 return this.transformMatrix ? ' matrix(' + this.transformMatrix.join(' ') + ') ' : '';
15542 if (this.transformMatrix) {
15543 o.transformMatrix = this.transformMatrix;
16106 m = this.transformMatrix;
16142 if (this.transformMatrix) {
[all …]
Dfabric.min.js2 …(parentAttributes&&parentAttributes.transformMatrix){value=multiplyTransformMatrices(parentAttribu…
6transformMatrix:null,minScaleLimit:.01,selectable:true,evented:true,visible:true,hasControls:true,… property
8 …in("")},getSvgTransformMatrix:function(){return this.transformMatrix?" matrix("+this.transformMatr…
9transformMatrix){o.transformMatrix=this.transformMatrix}return o},toDatalessObject:function(proper…
11 …eStyles(ctx);this._setFillStyles(ctx);if(this.transformMatrix){ctx.transform.apply(ctx,this.transf…
/plugin/pdfjs/pdfjs/build/
Dpdf.js21225 this.transformMatrix = _util.IDENTITY_MATRIX;
21246 this.transformStack.push(this.transformMatrix);
21254 this.transformMatrix = this.transformStack.pop();
21318 var transformMatrix = [a, b, c, d, e, f];
21319 this.transformMatrix = _util.Util.transform(this.transformMatrix, transformMatrix);
21332 _this2.transformMatrix = _util.IDENTITY_MATRIX;
21892 var inv = _util.Util.inverseTransform(this.transformMatrix);
21967 var transformMatrix = this.transformMatrix;
21972 this.transformMatrix = matrix;
21983 this.transformMatrix = transformMatrix;
[all …]
Dpdf.js.map1transformMatrix","getSVG","svgElement","convertOpList","operatorIdMapping","opList","opListToTree"…
/plugin/amcharts/assets/amcharts/plugins/export/
Dexport.js1563 var tm = this.transformMatrix || [ 1, 0, 0, 1, 0, 0 ];
Dexport.min.js1 …{clipTo:function(b,c){return function(b){var d=a.clippings[c],e=this.transformMatrix||[1,0,0,1,0,0…
/plugin/openlayersmap/ol/
Dol.js.map1transformMatrix] Source transform matrix.\n * @property {boolean} [renderEdges] Render reprojectio…