manim icon indicating copy to clipboard operation
manim copied to clipboard

Fixed broken :class:`.ShowPassingFlashWithThinningStrokeWidth`

Open behackl opened this issue 2 years ago • 0 comments

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.

behackl avatar Jul 23 '22 12:07 behackl