5.1.7

2024-04-02

ADDED

squared.svg
interface SvgPaint {
    computed: boolean;
}

CHANGED

squared.svg
class SvgBuild {
    static boxRectOf(value: string[], strokeWidth?: number | string): BoxRect; // strokeWidth
}

class SvgAnimateMotion {
    set path(value);
    get path(): string;
}