File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -678,6 +678,7 @@ def _text2hash(self, color: ManimColor):
678
678
settings += str (self .t2f ) + str (self .t2s ) + str (self .t2w ) + str (self .t2c )
679
679
settings += str (self .line_spacing ) + str (self ._font_size )
680
680
settings += str (self .disable_ligatures )
681
+ settings += str (self .gradient )
681
682
id_str = self .text + settings
682
683
hasher = hashlib .sha256 ()
683
684
hasher .update (id_str .encode ())
@@ -1561,7 +1562,7 @@ def register_font(font_file: str | Path):
1561
1562
logger .debug ("Found file at %s" , file_path .absolute ())
1562
1563
break
1563
1564
else :
1564
- error = f"Can't find { font_file } .Tried these : { possible_paths } "
1565
+ error = f"Can't find { font_file } . Checked paths : { possible_paths } "
1565
1566
raise FileNotFoundError (error )
1566
1567
1567
1568
try :
You can’t perform that action at this time.
0 commit comments