mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Add deprication warning
This commit is contained in:
parent
f11ab03112
commit
d2518df82c
1 changed files with 5 additions and 2 deletions
|
@ -12,6 +12,9 @@ from manimlib.utils.config_ops import digest_config
|
||||||
TEXT_MOB_SCALE_FACTOR = 0.05
|
TEXT_MOB_SCALE_FACTOR = 0.05
|
||||||
|
|
||||||
|
|
||||||
|
# Warning, these classes are currently based on an old rendering mode
|
||||||
|
# not supported in this version of manim
|
||||||
|
|
||||||
class TextSetting(object):
|
class TextSetting(object):
|
||||||
def __init__(self, start, end, font, slant, weight, line_num=-1):
|
def __init__(self, start, end, font, slant, weight, line_num=-1):
|
||||||
self.start = start
|
self.start = start
|
||||||
|
|
Loading…
Add table
Reference in a new issue