canvg
Version:
JavaScript SVG parser and renderer on Canvas.
8 lines • 323 B
TypeScript
import { Document } from '../Document';
import { Property } from '../Property';
import { Skew } from './Skew';
export declare class SkewX extends Skew {
type: string;
constructor(document: Document, skew: string, transformOrigin: readonly [Property<string>, Property<string>]);
}
//# sourceMappingURL=SkewX.d.ts.map