mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 13:01:00 +00:00
Remove references to no-longer-need path_string_config
This commit is contained in:
parent
28c4921a1a
commit
68255b1c9a
1 changed files with 1 additions and 4 deletions
|
@ -30,10 +30,7 @@ class SingleStringTex(SVGMobject):
|
|||
fill_opacity: float = 1.0,
|
||||
stroke_width: float = 0,
|
||||
svg_default: dict = dict(fill_color=WHITE),
|
||||
path_string_config: dict = dict(
|
||||
should_subdivide_sharp_curves=True,
|
||||
should_remove_null_curves=True,
|
||||
),
|
||||
path_string_config: dict = dict(),
|
||||
font_size: int = 48,
|
||||
alignment: str = R"\centering",
|
||||
math_mode: bool = True,
|
||||
|
|
Loading…
Add table
Reference in a new issue