Home
last modified time | relevance | path

Searched refs:isFillState (Results 1 – 2 of 2) sorted by last modified time

/plugin/diagramsnet/lib/js/
H A Dapp.min.js2967 …eState(b),a.shadow=a.shadow&&this.isShadowState(b),a.fill=a.fill&&this.isFillState(b),a.stroke=a.s…
2968 Format.prototype.isFillState=function(a){return!this.isSpecialColor(a.style[mxConstants.STYLE_FILLC…
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js299 result.fill = result.fill && this.isFillState(state);
311 Format.prototype.isFillState = function(state) method in Format