mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
5045a9e877
This CL handles rounding errors arising when splitting quads into linear segments. Rounding errors would lead to a pair of quad triplets (from,ctl,to) not exactly matching. ie: to(n-1) wouldn't exactly match from(n). Signed-off-by: Sebastien Binet <s@sbinet.org>