Home
last modified time | relevance | path

Searched defs:defaultStrokeColor (Results 1 – 4 of 4) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
DMinimal.js379 StyleFormatPanel.prototype.defaultStrokeColor = Editor.isDarkMode() ? '#cccccc' : 'black'; method in StyleFormatPanel
DEditorUi.js3736 StyleFormatPanel.prototype.defaultStrokeColor = '#cccccc'; method in StyleFormatPanel
/plugin/diagramsnet/lib/js/grapheditor/
DFormat.js4554 StyleFormatPanel.prototype.defaultStrokeColor = 'black'; method in StyleFormatPanel
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js16631 function getLabelColor(element, defaultColor, defaultStrokeColor) { argument