mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Messy pile of brachistochrone work
This commit is contained in:
@ -31,6 +31,7 @@ class ImageMobject(Mobject):
|
||||
os.path.join(IMAGE_DIR, image_file),
|
||||
os.path.join(IMAGE_DIR, image_file + ".jpg"),
|
||||
os.path.join(IMAGE_DIR, image_file + ".png"),
|
||||
os.path.join(IMAGE_DIR, image_file + ".gif"),
|
||||
]
|
||||
for path in possible_paths:
|
||||
if os.path.exists(path):
|
||||
|
Reference in New Issue
Block a user