Explorar o código

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

Kostas Bariotis %!s(int64=4) %!d(string=hai) anos
pai
achega
bda8415714
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,