pub const MIN_HALF_WIDTH: f32 = 0.0005;Expand description
The smallest half-width a stroke is drawn at, whatever thickness asks for.
It exists to stop a zero or negative thickness degenerating the quad into
a line of zero area, and it stays: the defect design-backlog 0098 records
is the silence around it, not the clamp.