new features: junctions and blendings
---------------------------------------------------
the new blending submodule brings mainly the following functions:
- `junction(*interfaces, ...) `
to create surfaces between outlines
- `blendloop(inteface, ...)`
to fill a loop
- `blendpair(*interfaces, ...)`
to fill between 2 lines
all these support different ways to set the tangents, and different way to specify the line interfaces, checkout the doc !
regressions
----------------
the ability to blend between 2 curves by adding the necessary subdivisions have been removed in favor of the blending module, it should be reintroduced in the next releases.