Skip to content

Commit

Permalink
Copy transform affects stroke properly when instancing shapes.
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-rosso committed Oct 29, 2019
1 parent 43716dd commit 55cae39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flare_dart/lib/actor_shape.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ActorShape extends ActorDrawable {

void copyShape(ActorShape node, ActorArtboard resetArtboard) {
copyDrawable(node, resetArtboard);
node._transformAffectsStroke = _transformAffectsStroke;
_transformAffectsStroke = node._transformAffectsStroke;
}

@override
Expand Down

0 comments on commit 55cae39

Please sign in to comment.