Searched refs:expanded_path (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tools/
H A Dflood-tool.cpp400 Path *expanded_path = new Path(); local
402 expanded_path->Reset();
403 expanded_path_shape->ConvertToForme(expanded_path);
404 expanded_path->ConvertEvenLines(1.0);
405 expanded_path->Simplify(1.0);
410 gchar *str = expanded_path->svg_dump_path();
421 delete expanded_path;

Completed in 17 milliseconds