The attached procedures allow us to draw a line that goes through several points using the curves called "Bezier splines". The number 0.4 determines how tight the curve needs to be. The number 100 indicates how many line segments the procedures should use to produce the curve.
The attached procedures allow us to draw a line that goes through several points using the curves called "Bezier splines". The number 0.4 determines how tight the curve needs to be. The number 100 indicates how many line segments the procedures should use to produce the curve.
The attached procedures were share by Erich Neuwirth to the LogoForum.
Attached is a GIF animation showing the procedure in action.