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

/inkscape/src/
H A Dsp-namedview.cpp106 const char* gridspacingx = "1px"; local
125 if ((value = repr->attribute("gridspacingx"))) {
126 gridspacingx = value;
164 newnode->setAttribute("spacingx", gridspacingx);
178 repr->setAttribute("gridspacingx", NULL);

Completed in 32 milliseconds