mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Don't let Write override stroke_behind default
This commit is contained in:
parent
bda894959b
commit
cfe70ca869
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ class DrawBorderThenFill(Animation):
|
||||||
sm.set_stroke(
|
sm.set_stroke(
|
||||||
color=self.stroke_color or sm.get_stroke_color(),
|
color=self.stroke_color or sm.get_stroke_color(),
|
||||||
width=self.stroke_width,
|
width=self.stroke_width,
|
||||||
|
behind=self.mobject.stroke_behind,
|
||||||
)
|
)
|
||||||
return outline
|
return outline
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue