manim
manim copied to clipboard
Fixed broken :class:`.ShowPassingFlashWithThinningStrokeWidth`
Overview: What does this pull request change?
The ShowPassingFlashWithThinningStrokeWidth
animation is currently broken because VMobject.deepcopy
is called, which does not exist. This PR changes deepcopy
to copy
.