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

/inkscape/src/
H A Dsp-namedview.cpp113 const char* gridopacity = "0.15"; local
145 if ((value = repr->attribute("gridopacity"))) {
146 gridopacity = value;
168 newnode->setAttribute("opacity", gridopacity);
182 repr->setAttribute("gridopacity", NULL);

Completed in 12 milliseconds