mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 22:03:01 +08:00
finished histogram morphs
This commit is contained in:
@ -299,7 +299,7 @@ class OutlineableBars(VGroup):
|
||||
# We use this to morph a row of bricks into a histogram.
|
||||
|
||||
CONFIG = {
|
||||
"outline_stroke_width" : 5,
|
||||
"outline_stroke_width" : 3,
|
||||
"stroke_color" : WHITE
|
||||
}
|
||||
def create_outline(self, animated = False, **kwargs):
|
||||
|
Reference in New Issue
Block a user