You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which platform were you using when you encountered this?
Mobile/Tablet (touch devices)
Desktop/Laptop
Others (specify if possible)
Details about the bug:
p5.js version: v0.7.2 (September 02, 2018)
Web browser and version: Firefox 64.0 (20181206201918)
Operating System: Windows 10 Pro 1809 (OS Build 17763.195)
Steps to reproduce this:
I first found this strange behavior during completing my course assignment and now confirmed when playing around with p5.gui's example - quicksettings-1.
Notice how the top/beginning point is rendered like a strokeCap(ROUND) rather than a strokeJoin(MITER).
is this the same issue being described here: #3352?
I've seen that issue. I think mine is different.
In this issue I'm talking about the line's "Cap" shape is not intended but my line did close.
In his issue he's talking about the line won't even close.
Uh oh!
There was an error while loading. Please reload this page.
Nature of issue?
Most appropriate sub-area of p5.js?
Which platform were you using when you encountered this?
Details about the bug:
Steps to reproduce this:
I first found this strange behavior during completing my course assignment and now confirmed when playing around with

p5.gui
's example -quicksettings-1
.Notice how the top/beginning point is rendered like a
strokeCap(ROUND)
rather than astrokeJoin(MITER)
.Code:
Is this by design?
Reference to original issue which didn't get replied from
p5.gui
's developer.Feature enhancement details:
Maybe make the begin and end point rendered just like a join point, or simply demonstrate that this is by design in the documents?
The text was updated successfully, but these errors were encountered: