Fix error in bezier_offset() docs.

This commit is contained in:
Revar Desmera 2019-06-24 02:24:17 -07:00
parent 72c0922c13
commit 94c2378136

View file

@ -385,7 +385,7 @@ function bezier_close_to_axis(bezier, N=3, axis="X") =
// Function: bezier_offset()
// Usage:
// bezier_offset(offset, bezier, [N], [axis]);
// bezier_offset(offset, bezier, [N]);
// Description:
// Takes a 2D bezier path and closes it with a matching reversed path that is offset by the given `offset` [X,Y] distance.
// Arguments: