Ver código fonte

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

Kostas Bariotis 4 anos atrás
pai
commit
bda8415714
1 arquivos alterados com 1 adições e 0 exclusões
  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,