Add default stroke width for the svg mobjects

Closes: #747
This commit is contained in:
DzyubSpirit 2019-10-08 10:32:04 +03:00
parent e85beb91dc
commit 76c295a60b
No known key found for this signature in database
GPG key ID: E54ACF9F660B94F7

View file

@ -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,
}