Searched refs:SVGMatrix (Results 1 – 10 of 10) sorted by relevance
114 function SVGMatrix(){} class120 SVGMatrix.prototype.a;126 SVGMatrix.prototype.b;132 SVGMatrix.prototype.c;138 SVGMatrix.prototype.d;144 SVGMatrix.prototype.e;150 SVGMatrix.prototype.f;
13436 interface SVGMatrix { interface13443 flipX(): SVGMatrix;13444 flipY(): SVGMatrix;13445 inverse(): SVGMatrix;13446 multiply(secondMatrix: SVGMatrix): SVGMatrix;13447 rotate(angle: number): SVGMatrix;13448 rotateFromVector(x: number, y: number): SVGMatrix;13449 scale(scaleFactor: number): SVGMatrix;13450 scaleNonUniform(scaleFactorX: number, scaleFactorY: number): SVGMatrix;13451 skewX(angle: number): SVGMatrix;[all …]
386 [SVGMatrix](https://developer.mozilla.org/en-US/docs/Web/API/SVGMatrix), a398 [SVGMatrix](https://developer.mozilla.org/en-US/docs/Web/API/SVGMatrix), which
365 **transform** - [SVGMatrix](https://developer.mozilla.org/en-US/docs/Web/API/SVGMatrix),375 [SVGMatrix](https://developer.mozilla.org/en-US/docs/Web/API/SVGMatrix),
67 …t" | "DOMError" | "DOMException" | "DOMImplementation" | "DOMMatrix" | "SVGMatrix" | "WebKitCSSMat…
100 …MError: any; DOMException: any; DOMImplementation: any; DOMMatrix: any; SVGMatrix: any; WebKitCSSM…102 …MError: any; DOMException: any; DOMImplementation: any; DOMMatrix: any; SVGMatrix: any; WebKitCSSM…108 …MError: any; DOMException: any; DOMImplementation: any; DOMMatrix: any; SVGMatrix: any; WebKitCSSM…110 …MError: any; DOMException: any; DOMImplementation: any; DOMMatrix: any; SVGMatrix: any; WebKitCSSM…
3943 type SVGMatrix = DOMMatrix; alias3944 declare var SVGMatrix: typeof DOMMatrix; variable14454 createSVGMatrix(): SVGMatrix;14459 createSVGTransformFromMatrix(matrix: SVGMatrix): SVGTransform;14704 readonly matrix: SVGMatrix;14706 setMatrix(matrix: SVGMatrix): void;14739 createSVGTransformFromMatrix(matrix: SVGMatrix): SVGTransform;
3923 type SVGMatrix = DOMMatrix; alias3924 declare var SVGMatrix: typeof DOMMatrix; variable14434 createSVGMatrix(): SVGMatrix;14439 createSVGTransformFromMatrix(matrix: SVGMatrix): SVGTransform;14684 readonly matrix: SVGMatrix;14686 setMatrix(matrix: SVGMatrix): void;14719 createSVGTransformFromMatrix(matrix: SVGMatrix): SVGTransform;
2450 SVGMatrix: {