mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
VMobject was not correctly incorporating background stroke on init
This commit is contained in:
parent
6451371a75
commit
21bf3c3e3a
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ class VMobject(Mobject):
|
||||||
color=self.stroke_color or self.color,
|
color=self.stroke_color or self.color,
|
||||||
width=self.stroke_width,
|
width=self.stroke_width,
|
||||||
opacity=self.stroke_opacity,
|
opacity=self.stroke_opacity,
|
||||||
|
background=self.draw_stroke_behind_fill,
|
||||||
)
|
)
|
||||||
self.set_gloss(self.gloss)
|
self.set_gloss(self.gloss)
|
||||||
return self
|
return self
|
||||||
|
|
Loading…
Add table
Reference in a new issue