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

/inkscape/src/
H A Dsp-namedview.cpp109 const char* gridoriginx = "0px"; local
117 if ((value = repr->attribute("gridoriginx"))) {
118 gridoriginx = value;
162 newnode->setAttribute("originx", gridoriginx);
176 repr->setAttribute("gridoriginx", NULL);

Completed in 23 milliseconds