Skip to content

Commit aa310c9

Browse files
committed
Set default color of SVGMobjects
1 parent 137606a commit aa310c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/svg/svg_mobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def __init__(
133133

134134
if svg_default is None:
135135
svg_default = {
136-
"color": None,
136+
"color": VMobject().color,
137137
"opacity": None,
138138
"fill_color": None,
139139
"fill_opacity": None,

0 commit comments

Comments
 (0)