Fix Text wrong display (#889)

This commit is contained in:
XiaoYoung 2020-04-24 11:36:57 +08:00 committed by GitHub
parent 19e3c97589
commit f0cdcd90ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,11 @@ class Text(SVGMobject):
# Mobject
'color': consts.WHITE,
'height': None,
'width': None,
'fill_opacity': 1,
'stroke_width': 0,
"should_center": True,
"unpack_groups": True,
# Text
'font': '',
'gradient': None,