egui
egui copied to clipboard
fix bezier curve assertion fail
bezier curve can cause assertion fail and panic in some edge cases (typically when there are overlapping points).
example

this patch adds a check to ensure that there are enough points in the curve flatten result.