mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Small formatting tweaks
This commit is contained in:
parent
bae3b98c0b
commit
6f8ea7433d
1 changed files with 2 additions and 2 deletions
|
@ -425,7 +425,7 @@ class VMobject(Mobject):
|
|||
self,
|
||||
anti_alias_width: float = 0,
|
||||
fill_border_width: float = 0,
|
||||
recurse: bool=True
|
||||
recurse: bool = True
|
||||
) -> Self:
|
||||
super().apply_depth_test(recurse)
|
||||
self.set_anti_alias_width(anti_alias_width)
|
||||
|
@ -436,7 +436,7 @@ class VMobject(Mobject):
|
|||
self,
|
||||
anti_alias_width: float = 1.0,
|
||||
fill_border_width: float = 0.5,
|
||||
recurse: bool=True
|
||||
recurse: bool = True
|
||||
) -> Self:
|
||||
super().apply_depth_test(recurse)
|
||||
self.set_anti_alias_width(anti_alias_width)
|
||||
|
|
Loading…
Add table
Reference in a new issue