Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/plugins/
H A 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/
H A Dfabric.min.js13prevStyle,charsToRender="";left+=lineLeftOffset||0;ctx.save();top-=lineHeight/this.lineHeight*this… argument
H A Dfabric.js20975 prevStyle,
20983 prevStyle = prevStyle || this.getCurrentCharStyle(lineIndex, i);
20989 prevStyle = thisStyle;
21071 _hasStyleChanged: function(prevStyle, thisStyle) { argument
21072 return (prevStyle.fill !== thisStyle.fill ||
21073 prevStyle.fontSize !== thisStyle.fontSize ||
21076 prevStyle.fontFamily !== thisStyle.fontFamily ||
21077 prevStyle.fontWeight !== thisStyle.fontWeight ||
21078 prevStyle.fontStyle !== thisStyle.fontStyle ||
21079 prevStyle.stroke !== thisStyle.stroke ||
[all …]