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
Copy file name to clipboardExpand all lines: src/core/constants.js
+10-60Lines changed: 10 additions & 60 deletions
Original file line number
Diff line number
Diff line change
@@ -146,8 +146,6 @@ export const WAIT = 'wait';
146
146
* @final
147
147
*
148
148
* @example
149
-
* <div>
150
-
* <code>
151
149
* function setup() {
152
150
* createCanvas(100, 100);
153
151
*
@@ -158,11 +156,8 @@ export const WAIT = 'wait';
158
156
*
159
157
* describe('The bottom-right quarter of a circle drawn in white on a gray background.');
160
158
* }
161
-
* </code>
162
-
* </div>
163
159
*
164
-
* <div>
165
-
* <code>
160
+
* @example
166
161
* function setup() {
167
162
* createCanvas(100, 100);
168
163
*
@@ -182,11 +177,8 @@ export const WAIT = 'wait';
182
177
*
183
178
* describe('Two black lines on a gray background. One line extends from the center to the right. The other line extends from the center to the bottom.');
* 'Two horizontal black lines on a gray background. A thick line extends from the center toward the right. A thin line extends from the end of the thick line.'
* describe('A white circle drawn on a gray background.');
524
482
* }
525
-
* </code>
526
-
* </div>
527
483
*
528
-
* <div>
529
-
* <code>
484
+
* @example
530
485
* function setup() {
531
486
* createCanvas(100, 100);
532
487
*
@@ -551,11 +506,8 @@ export const TAU = _PI * 2;
551
506
* 'Two horizontal black lines on a gray background. A thick line extends from the center toward the right. A thin line extends from the end of the thick line.'
0 commit comments