-
- [x] Found a bug
- [ ] Existing feature enhancement
- [ ] New feature request
#### Details about the bug: Any embedded p5.js sketch coded with the alpha editor, and then embedded on a larger web…
-
The seven segment display was done in the p5.js web editor, but it would be nice to have the code [in the Challenges directory here](https://github.com/CodingTrain/website/tree/master/CodingChallenges…
-
#### Nature of issue?
- [x] Found a bug
- [ ] Existing feature enhancement
- [ ] New feature request
#### Most appropriate sub-area of p5.js?
- [ ] Color
- [ ] Core/Environment/Renderi…
-
When using stroked text with a strokeWeight greater than 2 or 3, you start to see odd peaks jutting out of the characters. This is especially prevalent on spiky capitals (A, M, V, W), but also happens…
-
#### Nature of issue?
- [x] Found a bug
- [ ] Existing feature enhancement
- [ ] New feature request
#### Most appropriate sub-area of p5.js?
- [ ] Color
- [ ] Core/Environment/Rendering…
-
![](https://user-images.githubusercontent.com/36790218/48966287-8f0a7800-f009-11e8-9241-16211512482e.png)
This is a [Material-Clock](https://github.com/zlyfer/Material-Clock) that I try to use it by …
-
-
#### Nature of issue?
- [! ] Found a bug
- [ ] Existing feature enhancement
- [ ] New feature request
#### Details about the bug:
- Web browser and version: Chrome
- Operating Syste…
-
#### Nature of issue?
- [ X] Found a bug
#### Details about the bug:
- Web browser and version: Google Chrome OS Version 64.0.3282.134 (Official Build) beta (64-bit)
- Operating Syste…
-
```
def setup():
size(400, 400)
global ballsx, ballsc, ballsy
ballsx = []
ballsy = []
ballsc = []
noStroke()
blendMode(ADD)
def draw():
global ballsx, ballsy,…