Skip to content

Commit 0a40d0e

Browse files
fixes
2 parents fb0a2db + f917473 commit 0a40d0e

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
@@ -7248,6 +7248,15 @@
72487248
"contributions": [
72497249
"doc"
72507250
]
7251+
},
7252+
{
7253+
"login": "Itsrajsk",
7254+
"name": "Raj Kashid",
7255+
"avatar_url": "https://avatars.githubusercontent.com/u/117977675?v=4",
7256+
"profile": "https://github.com/Itsrajsk",
7257+
"contributions": [
7258+
"code"
7259+
]
72517260
}
72527261
],
72537262
"repoType": "github",

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,7 @@
10831083
<td align="center" valign="top" width="16.66%"><a href="https://github.com/SoundOfScooting"><img src="https://avatars.githubusercontent.com/u/53986193?v=4?s=64" width="64px;" alt="SoundOfScooting"/><br /><sub><b>SoundOfScooting</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=SoundOfScooting" title="Code">💻</a> <a href="https://github.com/processing/p5.js/commits?author=SoundOfScooting" title="Documentation">📖</a></td>
10841084
<td align="center" valign="top" width="16.66%"><a href="https://vansh-dev.netlify.app/"><img src="https://avatars.githubusercontent.com/u/134841334?v=4?s=64" width="64px;" alt="vansh kabra"/><br /><sub><b>vansh kabra</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=VANSH3104" title="Code">💻</a></td>
10851085
<td align="center" valign="top" width="16.66%"><a href="https://github.com/menacingly-coded"><img src="https://avatars.githubusercontent.com/u/121508087?v=4?s=64" width="64px;" alt="Shreya Sharma"/><br /><sub><b>Shreya Sharma</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=menacingly-coded" title="Documentation">📖</a></td>
1086+
<td align="center" valign="top" width="16.66%"><a href="https://github.com/Itsrajsk"><img src="https://avatars.githubusercontent.com/u/117977675?v=4?s=64" width="64px;" alt="Raj Kashid"/><br /><sub><b>Raj Kashid</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=Itsrajsk" title="Code">💻</a></td>
10861087
</tr>
10871088
</tbody>
10881089
</table>

src/webgl/p5.RendererGL.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ p5.RendererGL = class RendererGL extends p5.Renderer {
634634
}
635635
};
636636

637+
this.curStrokeWeight = 1;
637638
this.pointSize = this.curStrokeWeight;
638639
this.curStrokeCap = constants.ROUND;
639640
this.curStrokeJoin = constants.ROUND;

0 commit comments

Comments
 (0)