diff --git a/manimlib/animation/creation.py b/manimlib/animation/creation.py index 61f5f4f9..64a2492d 100644 --- a/manimlib/animation/creation.py +++ b/manimlib/animation/creation.py @@ -115,6 +115,7 @@ class DrawBorderThenFill(Animation): sm.set_stroke( color=self.stroke_color or sm.get_stroke_color(), width=self.stroke_width, + behind=self.mobject.stroke_behind, ) return outline