===== 5.1.7 ===== :right:`2024-04-02` .. highlight:: typescript .. rst-class:: release-notes ADDED ===== .. code-block:: :caption: squared.svg interface SvgPaint { computed: boolean; } .. rst-class:: release-notes MODIFIED ======== .. code-block:: :caption: squared.svg class SvgBuild { static boxRectOf(value: string[], strokeWidth?: number | string): BoxRect; // strokeWidth } class SvgAnimateMotion { set path(value); get path(): string; }