Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
It would be really nice to have more option when making arcs.
Firstly, you could define the center of the arc in a similar way to how circles are made.
Secondly, you could define the start and end POINT instead of angle, which would really make some drawing easier.
Third, you could make an argument that takes a point and its location along the arc, this way you can do a lot of stuff like easily extending the arc.
Lastly, you could implement length as an argument that, well, tells Cetz how long the arc is. This is more niche but it could have uses in surface area problems or some technical drawings.
Basically what I'm requesting is new options for the arc:
I feel these would really change the game when it comes to drawing pictures with a lot of circles, curves and intersections in general.
Beta Was this translation helpful? Give feedback.
All reactions