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 7366a19 commit 95e5542Copy full SHA for 95e5542
Line Drawing/macros.h
@@ -4,4 +4,7 @@
4
#define RESTART 1 //numeric representation for restarting the animation
5
#define TERMINATE 2 //numeric representation for terminating the animation
6
7
+#define MARGIN 10 //defines the number of intention pixels from the side of the pattern to be rendered
8
#define UNIT 50 //the number of square units/boxes to be drawn
9
+
10
+#define DELAY 50 //time interval before rendering the next line(in milliseconds)
0 commit comments