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

This commit is contained in:
Kostas Bariotis
2020-06-19 20:33:37 +01:00
committed by GitHub
parent ca87ca6fe9
commit bda8415714

View File

@ -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,