Remove references to no-longer-need path_string_config

This commit is contained in:
Grant Sanderson 2023-01-28 17:53:40 -08:00
parent 28c4921a1a
commit 68255b1c9a

View file

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