mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Fix Text wrong display (#889)
This commit is contained in:
parent
19e3c97589
commit
f0cdcd90ba
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ class Text(SVGMobject):
|
||||||
# Mobject
|
# Mobject
|
||||||
'color': consts.WHITE,
|
'color': consts.WHITE,
|
||||||
'height': None,
|
'height': None,
|
||||||
|
'width': None,
|
||||||
|
'fill_opacity': 1,
|
||||||
|
'stroke_width': 0,
|
||||||
|
"should_center": True,
|
||||||
|
"unpack_groups": True,
|
||||||
# Text
|
# Text
|
||||||
'font': '',
|
'font': '',
|
||||||
'gradient': None,
|
'gradient': None,
|
||||||
|
|
Loading…
Add table
Reference in a new issue