Searched defs:defaultStrokeColor (Results 1 – 4 of 4) sorted by relevance
379 StyleFormatPanel.prototype.defaultStrokeColor = Editor.isDarkMode() ? '#cccccc' : 'black'; method in StyleFormatPanel
3736 StyleFormatPanel.prototype.defaultStrokeColor = '#cccccc'; method in StyleFormatPanel
4554 StyleFormatPanel.prototype.defaultStrokeColor = 'black'; method in StyleFormatPanel
16631 function getLabelColor(element, defaultColor, defaultStrokeColor) { argument