mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Default to removing null curves
This commit is contained in:
parent
4bc7e3a8f2
commit
2dbb9367c4
1 changed files with 1 additions and 0 deletions
|
@ -293,6 +293,7 @@ class VMobjectFromSVGPath(VMobject):
|
||||||
self,
|
self,
|
||||||
path_obj: se.Path,
|
path_obj: se.Path,
|
||||||
should_subdivide_sharp_curves: bool = False,
|
should_subdivide_sharp_curves: bool = False,
|
||||||
|
should_remove_null_curves: bool = True,
|
||||||
**kwargs
|
**kwargs
|
||||||
):
|
):
|
||||||
# Get rid of arcs
|
# Get rid of arcs
|
||||||
|
|
Loading…
Add table
Reference in a new issue