UNPKG

svg-engine

Version:
6 lines (5 loc) 279 B
import { SVGInstance } from "../../../node/instance/SVGInstance.js"; export declare class VectorEffect extends SVGInstance { vectorEffect(): string | null; vectorEffect(vectorEffect: "non-scaling-stroke" | "non-scaling-size" | "non-rotation" | "fixed-position"): this; }