UNPKG

svg-engine

Version:
6 lines (5 loc) 282 B
import { SVGInstance } from "../../../browser/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; }