Live data from Hacker News

Warping Text To Bézier Curves (2009)

planetclegg.com

1–5 of 5 posts

Re: Warping Text To Bézier Curves (2009)

#3
I'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)

#4
post #3

I'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].

[1] http://jsclipper.sourceforge.net/

[2] http://jsclipper.sourceforge.net/6.1.1.1/main_demo.html