diff --git a/src/shapes/group.class.js b/src/shapes/group.class.js index 5c0e7979144..21e8a51c5f5 100644 --- a/src/shapes/group.class.js +++ b/src/shapes/group.class.js @@ -209,7 +209,8 @@ */ delegatedProperties: { fill: true, - opacity: true, + stroke: true, + strokeWidth: true, fontFamily: true, fontWeight: true, fontSize: true,