Fixes a crash / hang on start in Soul Interface.
When a glyph spline curve ends up with duplicated point(s) that currently causes bezier_deviation_squared() to return NAN (because of division into zero base_length) yielding infinite recursion in bezier_approximate().