chalk
chalk copied to clipboard
Allow for curves in `Trail` and `Path`
As suggested in this comment from #78, it would be useful to allow for curves in Trail
s and Path
s. It might be also a good opportunity to add Bézier curves (or splines, as discussed in #35) as a primitive for the curvy segments; as always we can draw inspiration from diagrams
—see their implementation of Segment
.