After become()
, colors of the two VMobjects are linked
#3505
Labels
issue:bug
Something isn't working... For use in issues
Description of bug / unexpected behavior
After calling
a.become(b)
, wherea
andb
are bothVMobjects
, their colors become linked. Changing color ofa
(e.g. withset_stroke
also changes color ofb
and vice versa.Expected behavior
After
become()
call, the two Mobjects should be independent and should change colors independently.How to reproduce the issue
Code for reproducing the problem
Additional media files
Images/GIFs
Result I get:Expected:
The text was updated successfully, but these errors were encountered: