mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-04 11:54:47 +00:00
Proper fix for style detection
This commit is contained in:
parent
5b1a89c946
commit
ad732f078d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
* @private
|
||||
*/
|
||||
_setSVGTextLineText: function(lineIndex, textSpans, height, textLeftOffset, textTopOffset, textBgRects) {
|
||||
if (!this.styles[lineIndex]) {
|
||||
if (!this._getLineStyle(lineIndex)) {
|
||||
fabric.Text.prototype._setSVGTextLineText.call(this,
|
||||
lineIndex, textSpans, height, textLeftOffset, textTopOffset);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue