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

/inkscape/src/
H A Dsp-namedview.cpp111 const char* gridcolor = "#3f3fff"; local
133 if ((value = repr->attribute("gridcolor"))) {
134 gridcolor = value;
166 newnode->setAttribute("color", gridcolor);
180 repr->setAttribute("gridcolor", NULL);

Completed in 17 milliseconds