mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
parent
e85beb91dc
commit
76c295a60b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class SVGMobject(VMobject):
|
|||
# Must be filled in in a subclass, or when called
|
||||
"file_name": None,
|
||||
"unpack_groups": True, # if False, creates a hierarchy of VGroups
|
||||
"stroke_width": 0,
|
||||
"stroke_width": DEFAULT_STROKE_WIDTH,
|
||||
"fill_opacity": 1.0,
|
||||
# "fill_color" : LIGHT_GREY,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue