VMobject was not correctly incorporating background stroke on init

This commit is contained in:
Grant Sanderson 2020-06-26 15:31:24 -07:00
parent 6451371a75
commit 21bf3c3e3a

View file

@ -101,6 +101,7 @@ class VMobject(Mobject):
color=self.stroke_color or self.color,
width=self.stroke_width,
opacity=self.stroke_opacity,
background=self.draw_stroke_behind_fill,
)
self.set_gloss(self.gloss)
return self