From: Krzysztof K. <twe...@gm...> - 2013-11-07 00:31:37
|
My take: 1. bezier-utils.cpp does not actually "work". An important part of the algorithm (sampling the curves to replace) is missing and must be implemented externally. Rewriting it using 2Geom types would make it easier to improve it. http://inkscape.13.x6.nabble.com/Preserving-shapes-better-when-deleting-nodes-td4966563.html 2. I think that ease of use is very important. What I would like to see is: I pass iterators denoting a range of some path, I get BezierCurve that approximates that part of the path. Currently this is nowhere near as easy. Regards, Krzysztof |