Bezier curves can't have their own endpoints? #138
-
so for example cetz.draw.line("pr2.right", "t2out.left", mark: (end: ">")); will show an arrow but for example() cetz.draw.bezier("pr2.right", "t2out.left",(0,0), mark: (end: ">")); won't show any arrow markings.
which are arrows that bend |
Beta Was this translation helpful? Give feedback.
Answered by
johannes-wolf
Nov 22, 2023
Replies: 1 comment 3 replies
-
Added with #140. This is correct. The only way to add arrows to bezier curves right now is Example:
I will open a ticket/PR for adding |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since 0.1.2, they can have marks.