forked from joejulian/gio
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>