mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 21:08:53 +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,
|
fill_opacity: float = 1.0,
|
||||||
stroke_width: float = 0,
|
stroke_width: float = 0,
|
||||||
svg_default: dict = dict(fill_color=WHITE),
|
svg_default: dict = dict(fill_color=WHITE),
|
||||||
path_string_config: dict = dict(
|
path_string_config: dict = dict(),
|
||||||
should_subdivide_sharp_curves=True,
|
|
||||||
should_remove_null_curves=True,
|
|
||||||
),
|
|
||||||
font_size: int = 48,
|
font_size: int = 48,
|
||||||
alignment: str = R"\centering",
|
alignment: str = R"\centering",
|
||||||
math_mode: bool = True,
|
math_mode: bool = True,
|
||||||
|
|
Loading…
Add table
Reference in a new issue