Skip to content
The algorithm to use for offsetting Bézier curves is now selectable by
calling the non-reentrant cpml_curve_offset_algorithm() function.

A new offsetting algorithm (BAIOCA) has been implemented. It tries to
minimizy the error between the offset curve and the ideal offset point
on evenly spaced t values.

The source code has been revamped to minimize the warnings raised by new
versions of gcc, gtk-doc and gobject-introspection.

The internal sources have been refactored to manage GTK+2 and GTK+3
differences with the same codebase.