Greg Stanton
Greg Stanton
@davepagurek I really appreciate you helping to vet this idea! I think it's always good to thoroughly vet an addition to an API, especially a core feature like this. I'll...
_Replying to https://github.com/processing/p5.js/issues/6459#issuecomment-1764488128 by @davepagurek:_ >Thanks for the link, this will be helpful for implementing later! It looks like ellipse() will be able to do what we need it to....
_Replying to https://github.com/processing/p5.js/issues/6459#issuecomment-1767350565 by @davepagurek:_ >I think that all makes sense, thanks for bearing with me and fur such thorough explanations! I think this API looks good to me then....
Hi @Gaurav-1306! Thanks for taking a look, and I appreciate your questions! The **short answer:** I originally suggested that we base the `arcVertex()` API on SVG, and that is still...
Hi @Gaurav-1306! I'll try to answer your questions by walking you through the steps I took to understand the relevant parts of the codebase. I haven't studied all the code...
@Gaurav-1306 I'm really glad to help!
Hi @Gaurav-1306! I just wanted to let you know that I submitted issue #6560, which should help us simplify this part of the codebase. It will probably make sense to...
**Update:** Oh, wow. I just had a new idea for a different `arcVertex()` API that would be more consistent with #6766. Specifically, we should be able to let the user...
Thanks for your feedback @davepagurek! I'll try to answer your questions concisely. ### First question > Maybe for comparison, how would it look to draw a rounded rectangle corner with...
Thanks @davepagurek! I'll respond to your points and summarize some of the discussion so far. ### `arcVertex(x, y)` vs. `arcVertex(w, h, angle, type, direction, x2, y2)` Either way, it will...