diff --git a/flare_dart/lib/actor_shape.dart b/flare_dart/lib/actor_shape.dart index 4c1aaa0..7b14164 100644 --- a/flare_dart/lib/actor_shape.dart +++ b/flare_dart/lib/actor_shape.dart @@ -49,7 +49,7 @@ class ActorShape extends ActorDrawable { void copyShape(ActorShape node, ActorArtboard resetArtboard) { copyDrawable(node, resetArtboard); - node._transformAffectsStroke = _transformAffectsStroke; + _transformAffectsStroke = node._transformAffectsStroke; } @override