diff -r 024cbc902e75 -r a3ee23db8393 src/toolsets/algorithmtoolset.cpp --- a/src/toolsets/algorithmtoolset.cpp Sun Oct 04 04:27:38 2015 +0300 +++ b/src/toolsets/algorithmtoolset.cpp Sun Oct 04 06:31:36 2015 +0300 @@ -283,7 +283,13 @@ ++num; } - print (tr ("Converted %1 conditional lines"), num); + for (LDObjectIterator it (selectedObjects()); it.isValid(); ++it) + { + it->replace (it->rasterize (10)); + ++num; + } + + print (tr ("Converted %1 conditional lines and Bézier curves"), num); } bool AlgorithmToolset::isColorUsed (LDColor color)