Merge branch 'dither_name_change'

This commit is contained in:
Grant Sanderson 2018-01-15 19:26:37 -08:00
commit 3a2f44fa25

View file

@ -26,6 +26,10 @@ from mobject.vectorized_mobject import *
## To watch one of these scenes, run the following:
## python extract_scene.py -p file_name <SceneName>
class SquareToCircle(Scene):
def construct(self):
circle = Circle()