We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bezier-through
The maths for bezier-through sometimes fails. I don't have much insight to add except this MWE:
#import "@preview/cetz:0.3.1" #let verts = ( (0,0), (1,0), (2,2), ) #cetz.canvas({ cetz.draw.bezier-through(..verts) verts.map(v => { cetz.draw.circle(v, radius: 2pt, fill: red, stroke: none) }).join() })
The text was updated successfully, but these errors were encountered:
johannes-wolf
No branches or pull requests
The maths for
bezier-through
sometimes fails. I don't have much insight to add except this MWE:The text was updated successfully, but these errors were encountered: