Merge pull request #45 from cclauss/patch-4

Remove stray backtick: `
This commit is contained in:
Grant Sanderson 2017-12-09 14:05:04 -08:00 committed by GitHub
commit 92caddc7b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ def logo_to_circle():
)
big_circle = Circle(density = CIRCLE_DENSITY).scale(RADIUS)
sc.add(small_circle)
sc.dither()`
sc.dither()
sc.animate(Transform(small_circle, big_circle))
return sc