Don't let Write override stroke_behind default

This commit is contained in:
Grant Sanderson 2024-08-21 16:47:51 -05:00
parent bda894959b
commit cfe70ca869

View file

@ -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