diff --git a/2019/sketch_190810a/grid.py b/2019/sketch_190810a/grid.py index 57012bd7..7acb4136 100644 --- a/2019/sketch_190810a/grid.py +++ b/2019/sketch_190810a/grid.py @@ -61,7 +61,7 @@ class Grid(): if sh == RECT: rect(ex, ey, el[3], el[4]) if sh == ELLIPSE: - rect(ex, ey, el[3], el[4]) + rect(ex, ey, el[3], el[4]) # ops! no ellipse is ever drawn! if sh == TRIANGLE: triangle(ex, ey, el[3], el[4], el[5], el[6]) popMatrix()