We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.8.0 through to 1.9.0
Firefox 117
MacOS 14.2.1
beginShape
vertex
quadraticVertex
Expected:
Actual result:
function setup() { createCanvas(400, 400, WEBGL); background(255) noFill() stroke(0) strokeWeight(20) translate(-width/2, -height/2) beginShape() vertex(20, 20) quadraticVertex( 280, 200, 100, 380 ) endShape() }
https://editor.p5js.org/davepagurek/sketches/ILIzcUpnt
The text was updated successfully, but these errors were encountered:
May I have a go at this? Would like to work on it.
Sorry, something went wrong.
Thanks! I'll assign this to you.
diyaayay
Successfully merging a pull request may close this issue.
Most appropriate sub-area of p5.js?
p5.js version
1.8.0 through to 1.9.0
Web browser and version
Firefox 117
Operating system
MacOS 14.2.1
Steps to reproduce this
Steps:
beginShape
,vertex
, andquadraticVertex
in WebGL modeExpected:
Actual result:
Snippet:
https://editor.p5js.org/davepagurek/sketches/ILIzcUpnt
The text was updated successfully, but these errors were encountered: