Files
svgedit/packages/svgcanvas/svgcanvas.js
shanyue 7c6085e7b9 fix(svgcanvas): Handle 'none' stroke color in SVG elements (#1084)
This update modifies the stroke color handling in both the SvgCanvas and ext-connector modules. When the stroke color is set to 'none', it now correctly assigns an empty string or 'none' instead of a hex value, ensuring proper rendering of SVG elements without strokes.
2026-03-16 16:08:34 +01:00

35 KiB