v2.0.6
Fixed
-
Fix undefined SVG
svgjs
namespace error
Sometimes, the generated SVGs are invalid due to an unknownsvgjs
prefix error (this happens withmermaid-mindmaps
), see svgdotjs/svg.js#1285.This work-around manually defines the XML
svgjs
namespace by addingxmlns:svgjs
to the<svg ...>
element until the upstream issue/bug is fixed.
Dependencies
- Updated puppeteer from
^18.0.4
to^19.0.0
Full Changelog: v2.0.5...v2.0.6