mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 10:27:46 +00:00
synchronize SingleStringTex's color to SVGMobject
This commit is contained in:
parent
19778e405a
commit
9af23415a2
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ class SingleStringTex(VMobject):
|
|||
svg_mob = SVGMobject(
|
||||
filename,
|
||||
height=None,
|
||||
color=self.color,
|
||||
stroke_width=self.stroke_width,
|
||||
path_string_config={
|
||||
"should_subdivide_sharp_curves": True,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue