mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Prepping for hilbert curve project
This commit is contained in:
@ -9,7 +9,7 @@ class TexMobject(Mobject):
|
||||
"template_tex_file" : TEMPLATE_TEX_FILE,
|
||||
"color" : WHITE,
|
||||
"point_thickness" : 1,
|
||||
"should_center" : False,
|
||||
"should_center" : True,
|
||||
}
|
||||
def __init__(self, expression, **kwargs):
|
||||
if "size" not in kwargs:
|
||||
|
Reference in New Issue
Block a user