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 82690f9 commit 2ba6001Copy full SHA for 2ba6001
chapters/intro_to_graphics/code/1_i_Basic_Shapes.sketch
@@ -63,6 +63,6 @@ void draw() {
63
64
// Again, for generating the series of lines from figure 2:
65
//for (int i=0; i<11; i++) {
66
- // ofLine(650, 50+(i*10), 750, 75+(i*5));
+ // ofLine(650, 200+(i*10), 750, 225+(i*5));
67
//}
68
}
0 commit comments