mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Up to decentralization in crypto.py
This commit is contained in:
parent
05db6174e9
commit
2ee12e28d8
2 changed files with 1068 additions and 29 deletions
|
@ -7,7 +7,7 @@ from topics.geometry import BackgroundRectangle
|
|||
import collections
|
||||
import sys
|
||||
|
||||
TEX_MOB_SCALE_FACTOR = 0.04
|
||||
TEX_MOB_SCALE_FACTOR = 0.05
|
||||
|
||||
class TexSymbol(VMobjectFromSVGPathstring):
|
||||
def pointwise_become_partial(self, mobject, a, b):
|
||||
|
|
Loading…
Add table
Reference in a new issue