Include stroke style when copy/paste styles (#1785)
This commit is contained in:
parent
ca87ca6fe9
commit
bda8415714
@ -45,6 +45,7 @@ export const actionPasteStyles = register({
|
|||||||
backgroundColor: pastedElement?.backgroundColor,
|
backgroundColor: pastedElement?.backgroundColor,
|
||||||
strokeWidth: pastedElement?.strokeWidth,
|
strokeWidth: pastedElement?.strokeWidth,
|
||||||
strokeColor: pastedElement?.strokeColor,
|
strokeColor: pastedElement?.strokeColor,
|
||||||
|
strokeStyle: pastedElement?.strokeStyle,
|
||||||
fillStyle: pastedElement?.fillStyle,
|
fillStyle: pastedElement?.fillStyle,
|
||||||
opacity: pastedElement?.opacity,
|
opacity: pastedElement?.opacity,
|
||||||
roughness: pastedElement?.roughness,
|
roughness: pastedElement?.roughness,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user