mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Larger spacing between Text lines
This commit is contained in:
parent
1bca0e63e9
commit
788775e419
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ from manimlib.utils.directories import get_downloads_dir, get_text_dir
|
|||
from manimpango import PangoUtils, TextSetting, MarkupUtils
|
||||
|
||||
TEXT_MOB_SCALE_FACTOR = 0.0076
|
||||
DEFAULT_LINE_SPACING_SCALE = 0.3
|
||||
DEFAULT_LINE_SPACING_SCALE = 0.6
|
||||
|
||||
class Text(SVGMobject):
|
||||
CONFIG = {
|
||||
|
|
Loading…
Add table
Reference in a new issue