cetz-package / cetz

CeTZ: ein Typst Zeichenpaket - A library for drawing stuff with Typst.
https://cetz-package.github.io
GNU Lesser General Public License v3.0
733 stars 34 forks source link

brace: Fix brace drawing code #579

Closed johannes-wolf closed 1 month ago

johannes-wolf commented 2 months ago

Simplifies and improves brace drawing. Pointiness values are now clamped between 0 and 90 degree, as values outsides that range lead to strange looking braces.

Fixes #577.