EpsilonDeltaCounterExample

This commit is contained in:
Grant Sanderson
2017-03-25 15:27:54 -07:00
parent ba61f19f63
commit 934b4e6935
2 changed files with 84 additions and 10 deletions

View File

@ -129,7 +129,10 @@ class TexMobject(SVGMobject):
]
def copy(self):
## TODO, is this the best way?
## The shallow copy method usually only cares about
## points and submobjects, but for TexMobjects with
## multiple parts the original_submobject list should
## be updated as well.
copy_mobject = SVGMobject.copy(self)
if hasattr(self, "expression_parts"):
pairs = zip(