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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user