kopia lustrzana https://github.com/villares/sketch-a-day
Update grid.py
rodzic
d8443b6431
commit
80801e2df3
|
|
@ -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()
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue