We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878273f commit 981017eCopy full SHA for 981017e
tests/fixtures/laggy.py
@@ -6,7 +6,7 @@ class Laggy(Scene):
6
7
def construct(self):
8
## Create some boxes
9
- grid = Square().get_grid(8, 8, buff=0)
+ grid = Square().get_grid(16, 16, buff=0)
10
grid.set_height(5)
11
grid.set_stroke(WHITE)
12
self.play(ShowCreation(grid))
0 commit comments