Skip to content

Commit 078d567

Browse files
authored
Merge branch 'main' into all-contributors/add-ChloeYanYan
2 parents 0a4c3ca + 7982e2f commit 078d567

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6701,6 +6701,15 @@
67016701
"contributions": [
67026702
"doc"
67036703
]
6704+
},
6705+
{
6706+
"login": "webermayank",
6707+
"name": "Mayank Verma",
6708+
"avatar_url": "https://avatars.githubusercontent.com/u/111176033?v=4",
6709+
"profile": "https://github.com/webermayank",
6710+
"contributions": [
6711+
"code"
6712+
]
67046713
}
67056714
],
67066715
"repoType": "github",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,7 @@ We recognize all types of contributions. This project follows the [all-contribut
11121112
</tr>
11131113
<tr>
11141114
<td align="center" valign="top" width="16.66%"><a href="https://github.com/ChloeYanYan"><img src="https://avatars.githubusercontent.com/u/181019103?v=4?s=120" width="120px;" alt="Chloe Yan"/><br /><sub><b>Chloe Yan</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=ChloeYanYan" title="Documentation">📖</a></td>
1115+
<td align="center" valign="top" width="16.66%"><a href="https://github.com/webermayank"><img src="https://avatars.githubusercontent.com/u/111176033?v=4?s=120" width="120px;" alt="Mayank Verma"/><br /><sub><b>Mayank Verma</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=webermayank" title="Code">💻</a></td>
11151116
</tr>
11161117
</tbody>
11171118
</table>

src/core/p5.Renderer2D.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,7 @@ class Renderer2D extends p5.Renderer {
10521052
}
10531053
}
10541054
this._doFillStrokeClose(closeShape);
1055+
this.drawingContext.closePath();
10551056
}
10561057
}
10571058
isCurve = false;

0 commit comments

Comments
 (0)