mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 22:47:45 +00:00
TODO stub
This commit is contained in:
parent
32e4daaeba
commit
9811564f70
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ class PiCreature(SVGMobject):
|
|||
except Exception:
|
||||
warnings.warn("No %s design with mode %s" %
|
||||
(self.file_name_prefix, mode))
|
||||
# TODO, this needs to change to a different, better directory
|
||||
svg_file = os.path.join(
|
||||
FILE_DIR,
|
||||
"PiCreatures_plain.svg",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue