Home
last modified time | relevance | path

Searched refs:prevStyle (Results 1 – 3 of 3) sorted by relevance

/plugin/diagramsnet/lib/plugins/
Dupdate.js245 if (cell.prevStyle == null)
247 cell.prevStyle = cell.style;
256 update.setAttribute('style', cell.prevStyle + ';fillColor=red;gradientColor=white;');
277 update.setAttribute('style', cell.prevStyle + ';fillColor=#d4e1f5;gradientColor=white;');
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js20975 prevStyle,
20983 prevStyle = prevStyle || this.getCurrentCharStyle(lineIndex, i);
20986 if (this._hasStyleChanged(prevStyle, thisStyle) || i === len) {
20989 prevStyle = thisStyle;
21071 _hasStyleChanged: function(prevStyle, thisStyle) { argument
21072 return (prevStyle.fill !== thisStyle.fill ||
21073 prevStyle.fontSize !== thisStyle.fontSize ||
21074 prevStyle.textBackgroundColor !== thisStyle.textBackgroundColor ||
21075 prevStyle.textDecoration !== thisStyle.textDecoration ||
21076 prevStyle.fontFamily !== thisStyle.fontFamily ||
[all …]
Dfabric.min.js13prevStyle,charsToRender="";left+=lineLeftOffset||0;ctx.save();top-=lineHeight/this.lineHeight*this… argument