Warping Text To Bézier Curves (2009)
planetclegg.com
Warping Text To Bézier Curves (2009)
1–5 of 5 posts
Re: Warping Text To Bézier Curves (2009)
#2Don't forget to also read http://pomax.github.io/bezierinfo/
Re: Warping Text To Bézier Curves (2009)
#3I'm looking for a javascript library that can do operations on bezier curves. For instance: path intersection, path union, path grow/shrink, path rounding, applying calligraphic pens to paths, etc. (basically all the operations found in vector graphics tools).
Re: Warping Text To Bézier Curves (2009)
#4I'm looking for a javascript library that can do operations on bezier curves. For instance: path intersection, path union, path grow/shrink, path rounding, applying calligraphic pens to paths, etc. (basically all the operations found in vector graphics tools).
You might be interested in JSClipper [1]: "Clipper is a robust library for polygon boolean operations and offsetting". See the demo here [2].
Re: Warping Text To Bézier Curves (2009)
#5Don't forget to also read http://pomax.github.io/bezierinfo/
Wow, a few of those diagrams lock up the tab in Chromium when played with.