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
In my case I am having to create separate sprites of the various "Arcs" which is a real issues as I know these will require tweaking in the near future which means having to change them all outside of C3. Would be much easier if I can do all this dynamically.
Proposed solution
Add this functionality to the drawing canvas as it is available in the HTML canvas.
Why is this idea important?
Because it makes development a lot easier and effective using native function rather than trying to find ways around the problem. Resulting in less code and less problems.
Reviewed guidelines
Checked for duplicate suggestions
Summary
Add the Arc function to the Canvas Drawing Object.
This is available on the HTML Canvas and would be a great addition to the drawing canvas within C3.
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/arc
Possible workarounds or alternatives
I'm not sure there is any?
In my case I am having to create separate sprites of the various "Arcs" which is a real issues as I know these will require tweaking in the near future which means having to change them all outside of C3. Would be much easier if I can do all this dynamically.
Proposed solution
Add this functionality to the drawing canvas as it is available in the HTML canvas.
Why is this idea important?
Because it makes development a lot easier and effective using native function rather than trying to find ways around the problem. Resulting in less code and less problems.
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/arc
Additional remarks
No response
The text was updated successfully, but these errors were encountered: