Searched defs:pat_str_1 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-taperstroke.cpp301 std::stringstream pat_str_1; local
302 pat_str_1.imbue(std::locale::classic());
303 pat_str_1 << "M 0,1 C " << (double)smoothing << ",1 1,0.5 1,0.5 1,0.5 " << double(smoothing) << ",0 0,0";
304 pat_vec = sp_svg_read_pathv(pat_str_1.str().c_str());

Completed in 15 milliseconds