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

Outline Circle? #24

Closed
06ED opened this issue Jun 22, 2023 · 1 comment
Closed

Outline Circle? #24

06ED opened this issue Jun 22, 2023 · 1 comment

Comments

@06ED
Copy link

06ED commented Jun 22, 2023

How can I draw outline circle?

@0x3C50
Copy link
Owner

0x3C50 commented Jul 4, 2023

An ellipse is currently not implemented, but that can be done relatively simple. For a quick solution, you can just use a custom rendering function that uses sine and cosine to create circle points, then just connect those with a line.

@0x3C50 0x3C50 closed this as completed in 804df50 Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants