Skip to content

Commit 51a879f

Browse files
committed
fix: add customShapes in Graphics.js and fix unit test error
1 parent 03cd06f commit 51a879f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/p5.Graphics.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ function graphics(p5, fn){
672672
* </div>
673673
*/
674674
p5.Graphics = Graphics;
675-
675+
676676
// Shapes
677677
primitives2D(p5, p5.Graphics.prototype);
678678
attributes(p5, p5.Graphics.prototype);

0 commit comments

Comments
 (0)