Up to decentralization in crypto.py

This commit is contained in:
Grant Sanderson 2017-06-26 15:56:22 -07:00
parent 05db6174e9
commit 2ee12e28d8
2 changed files with 1068 additions and 29 deletions

1095
crypto.py

File diff suppressed because it is too large Load diff

View file

@ -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):