Fix initial stroke width (#959)

* Fix initial stroke width

* refresh packages

* update snapshots

* Update issue-752.cy.js

---------

Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com>
This commit is contained in:
Delmo Heredia
2024-04-18 13:58:59 +02:00
committed by GitHub
parent 94f7710cfc
commit 04ab3dd873
37 changed files with 876 additions and 1412 deletions

View File

@@ -86,7 +86,7 @@ export const addSVGElementsFromJson = (data) => {
assignAttributes(shape, {
fill: curShape.fill,
stroke: curShape.stroke,
'stroke-width': curShape.strokeWidth,
'stroke-width': curShape.stroke_width,
'stroke-dasharray': curShape.stroke_dasharray,
'stroke-linejoin': curShape.stroke_linejoin,
'stroke-linecap': curShape.stroke_linecap,