On Tue, 11 Feb 2020 at 19:20, Giovanni Mascellani gio@debian.org wrote:
A Bézier stroke can lie outside its "defining triangle" for at most half of the stroke width, not an entire stroke width.
But note that the geometry we generate for Bézier outlines isn't quite a triangle (see d2d_geometry_outline_add_bezier_segment()). I *think* this change may still be safe with that geometry, but please verify that.