Searched refs:textBgRects (Results 1 – 2 of 2) sorted by relevance
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 11 …textBgRects.join("")," <text ",this.fontFamily?'font-family="'+this.fontFamily.replace(/"/g,"'")+… argument 15 …textBgRects){if(!this.styles[lineIndex]){this.callSuper("_setSVGTextLineText",lineIndex,textSpans,… argument
|
H A D | fabric.js | 20168 textAndBg.textBgRects.join(''), 20190 textBgRects = [ ], 20193 this._setSVGBg(textBgRects); 20198 this._setSVGTextLineBg(textBgRects, i, textLeftOffset, textTopOffset, height); 20206 textBgRects: textBgRects 20227 _setSVGTextLineBg: function(textBgRects, i, textLeftOffset, textTopOffset, height) { argument 20228 textBgRects.push( 20242 _setSVGBg: function(textBgRects) { argument 20244 textBgRects.push( 23156 lineIndex, textSpans, height, textLeftOffset, textBgRects); [all …]
|