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

/inkscape/share/extensions/
H A DjessyInk.js63 var BACKGROUND_COLOR = null; variable
148 BACKGROUND_COLOR = namedViews[counter].getAttribute("pagecolor");
149 var newAttribute = "background-color:" + BACKGROUND_COLOR + ";";
395 if (BACKGROUND_COLOR != null)
404 rectNode.setAttribute("fill", BACKGROUND_COLOR);
2262 if (BACKGROUND_COLOR != null)
2271 rectNode.setAttribute("fill", BACKGROUND_COLOR);

Completed in 19 milliseconds