fabric
Version:
Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.
11 lines • 444 B
TypeScript
import type { TMat2D } from '../typedefs';
/**
* Parses "transform" attribute, returning an array of values
* @static
* @function
* @memberOf fabric
* @param {String} attributeValue String containing attribute value
* @return {TTransformMatrix} Array of 6 elements representing transformation matrix
*/
export declare function parseTransformAttribute(attributeValue: string): TMat2D;
//# sourceMappingURL=parseTransformAttribute.d.ts.map