Skip to content

Commit

Permalink
fix: add missed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
YishiMichael committed Aug 23, 2022
1 parent eadf611 commit 3c0abb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions manimlib/animation/indication.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from manimlib.animation.fading import FadeIn
from manimlib.animation.movement import Homotopy
from manimlib.animation.transform import Transform
from manimlib.constants import FRAME_X_RADIUS, FRAME_Y_RADIUS
from manimlib.constants import ORIGIN, RIGHT, UP
from manimlib.constants import SMALL_BUFF
from manimlib.constants import TAU
Expand Down
8 changes: 4 additions & 4 deletions manimlib/default_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ directories:
temporary_storage: ""
universal_import_line: "from manimlib import *"
style:
tex_template: "default"
font: "Consolas"
tex_template: "ctex"
font: "Source Han Sans Light"
text_alignment: "LEFT"
background_color: "#333333"
background_color: "#000000"
# Set the position of preview window, you can use directions, e.g. UL/DR/OL/OO/...
# also, you can also specify the position(pixel) of the upper left corner of
# the window on the monitor, e.g. "960,540"
Expand All @@ -40,5 +40,5 @@ camera_resolutions:
med: "1280x720"
high: "1920x1080"
4k: "3840x2160"
default_resolution: "high"
default_resolution: "low"
fps: 30

0 comments on commit 3c0abb0

Please sign in to comment.