You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (std::size_t x = 0; x < image.width(); x += rect_w)
240
240
{
@@ -249,9 +249,9 @@ int main()
249
249
image.set(dx, dy, color);
250
250
}
251
251
}
252
-
is_white = !is_white;
252
+
is_white = !is_white; // flip flop
253
253
}
254
-
is_white = !is_white;
254
+
is_white = !is_white; // flip flop
255
255
}
256
256
257
257
// Save bitmap to file
@@ -266,7 +266,7 @@ int main()
266
266
}
267
267
}
268
268
```
269
-

269
+

270
270
271
271
## Features and bugs
272
272
If you face any problems feel free to open an issue at the [issue tracker][tracker]. If you feel the library is missing a feature, please raise a ticket on Github. Pull request are also welcome.
0 commit comments