Browse Source

Include stroke style when copy/paste styles (#1785)

Kostas Bariotis 4 years ago
parent
commit
bda8415714
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/actions/actionStyles.ts

+ 1 - 0
src/actions/actionStyles.ts

@@ -45,6 +45,7 @@ export const actionPasteStyles = register({
             backgroundColor: pastedElement?.backgroundColor,
             strokeWidth: pastedElement?.strokeWidth,
             strokeColor: pastedElement?.strokeColor,
+            strokeStyle: pastedElement?.strokeStyle,
             fillStyle: pastedElement?.fillStyle,
             opacity: pastedElement?.opacity,
             roughness: pastedElement?.roughness,