Add deprication warning

This commit is contained in:
Grant Sanderson 2021-01-02 21:32:07 -08:00
parent f11ab03112
commit d2518df82c

View file

@ -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