mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
removing bug of string validation
This commit is contained in:
parent
b2df51c41a
commit
2d5fc0a9cf
1 changed files with 0 additions and 3 deletions
|
@ -176,9 +176,6 @@ class MarkupText(StringMobject):
|
|||
self.disable_ligatures = disable_ligatures
|
||||
self.isolate = isolate
|
||||
|
||||
if not isinstance(self, Text):
|
||||
self.validate_markup_string(text)
|
||||
|
||||
super().__init__(text, height=height, **kwargs)
|
||||
|
||||
if self.t2g:
|
||||
|
|
Loading…
Add table
Reference in a new issue