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

/inkscape/src/live_effects/
H A Dlpe-copy_rotate.cpp325 Geom::Path close_path = Geom::Path(tmp_path_helper[tmp_path_helper.size()-1].finalPoint()); local
326 close_path.appendNew<Geom::LineSegment>((Geom::Point)origin);
327 close_path.appendNew<Geom::LineSegment>(tmp_path_helper[0].initialPoint());
328 tmp_path_helper[0].append(close_path);

Completed in 14 milliseconds