Skip to content
New issue

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

ellipse() and arc() detail parameter > 50 causes error in webgl #5102

Closed
1 of 17 tasks
duskvirkus opened this issue Mar 18, 2021 · 0 comments · Fixed by #5103
Closed
1 of 17 tasks

ellipse() and arc() detail parameter > 50 causes error in webgl #5102

duskvirkus opened this issue Mar 18, 2021 · 0 comments · Fixed by #5103
Assignees
Labels

Comments

@duskvirkus
Copy link
Contributor

Most appropriate sub-area of p5.js?

  • Accessibility (Web Accessibility)
  • Build tools and processes
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Friendly error system
  • Image
  • IO (Input/Output)
  • Localization
  • Math
  • Unit Testing
  • Typography
  • Utilities
  • WebGL
  • Other (specify if possible)

Details about the bug:

p5.js version: 1.3.0
Web browser and version: Firefox 86.0 (64-bit) and Chromium 87.0.4280.66 (Official Build) Built on Ubuntu
Operating System: Zorin OS 15 (based on Ubuntu 18.04)

  • Steps to reproduce this:

See: https://editor.p5js.org/duskvirkus/sketches/2Z87RwCxc

Sketch Code:

function setup() {
  createCanvas(400, 400, WEBGL);
}

function draw() {
  ellipse(0, 0, 300, 300, 51);
}

Just about to submit a pull request because in discovering what was broken I basically figured out what needs to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant