mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Override style for Text
This commit is contained in:
parent
ecb729850a
commit
8a29de5ef0
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@ class Text(SVGMobject):
|
|||
if self.height is None:
|
||||
self.scale(TEXT_MOB_SCALE_FACTOR)
|
||||
|
||||
def init_colors(self, override=True):
|
||||
super().init_colors(override=override)
|
||||
|
||||
def remove_empty_path(self, file_name):
|
||||
with open(file_name, 'r') as fpr:
|
||||
content = fpr.read()
|
||||
|
|
Loading…
Add table
Reference in a new issue