From: Johan E. <jbc...@sw...> - 2012-02-19 19:54:11
|
On 19-2-2012 18:25, Krzysztof Kosiński wrote: > 2012/2/19 Johan Engelen<jbc...@sw...>: >> Hi all, >> Why is the file containing ConvexHull called convex-cover.h ? I think >> convex hull is a more widely known name, so let's rename the file to >> convex-hull? > OK > >> (I will move Inkscape's rect-hull.h to 2geom too) > Inkscape's RectHull actualy doesn't do anything except wrapping over > Geom::OptRect. Instead we should replace RectHull in Inkscape with > OptRect and then remove recthull.h altogether. Doh! Indeed, fixed it. And I hit on a stellar bug, took me a while to find the culprit... (see r2059) Cheers, Johan |