Skip to content

Commit de27aa2

Browse files
authored
fix: removing unnecessary points.
1 parent 177e9b5 commit de27aa2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/shape/custom_shapes.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,11 +2117,9 @@ function customShapes(p5, fn) {
21172117
* noFill();
21182118
* beginShape();
21192119
* splineVertex(60, 76);
2120-
* splineVertex(60, 76);
21212120
* splineVertex(133, 74);
21222121
* splineVertex(133, 111);
21232122
* splineVertex(75, 115);
2124-
* splineVertex(75, 115);
21252123
* endShape();
21262124
* }
21272125
* </code>

0 commit comments

Comments
 (0)