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

/inkscape/src/svg/
H A Dpath-string.cpp25 static int const maxprec = 16; variable
36 numericprecision = std::max<int>(minprec,std::min<int>(maxprec, prefs->getInt("/options/svgoutput/numericprecision", 8)));

Completed in 13 milliseconds