From: Jasper v. de G. <th....@hc...> - 2013-11-08 08:05:33
|
On 2013-11-07 23:22, Johan Engelen wrote: > ... > Today, I simply added a piece of relatively complicated 2Geom code from > Inkscape. It is the Bend Path LPE code, slightly simplified by removing > some unimportant parameters. It turns out, that code is pretty fast (4 > ms), even though it may seem slow in Inkscape. So the "slowness" in > Inkscape is elsewhere, perhaps the SVG d string writing and reading. SVG d string writing and reading is indeed relatively slow, and frankly we shouldn't be doing it all the time (also leads to precision issues). But good work getting some testing done and spending time on making lib2geom maintainable! |