mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Small fix
This commit is contained in:
parent
5625f63ca2
commit
8db20cc460
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ class MarkupText(StringMobject):
|
||||||
self.set_color_by_gradient(*gradient)
|
self.set_color_by_gradient(*gradient)
|
||||||
if self.t2c:
|
if self.t2c:
|
||||||
self.set_color_by_text_to_color_map(self.t2c)
|
self.set_color_by_text_to_color_map(self.t2c)
|
||||||
if self.height is None:
|
if height is None:
|
||||||
self.scale(TEXT_MOB_SCALE_FACTOR)
|
self.scale(TEXT_MOB_SCALE_FACTOR)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Add table
Reference in a new issue