mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-18 10:31:08 +00:00
forgot to export charSpacing value in toObject Method
This commit is contained in:
parent
46624d3f50
commit
9a595f7037
1 changed files with 2 additions and 1 deletions
|
|
@ -910,7 +910,8 @@
|
|||
lineHeight: this.lineHeight,
|
||||
textDecoration: this.textDecoration,
|
||||
textAlign: this.textAlign,
|
||||
textBackgroundColor: this.textBackgroundColor
|
||||
textBackgroundColor: this.textBackgroundColor,
|
||||
charSpacing: this.charSpacing
|
||||
});
|
||||
if (!this.includeDefaultValues) {
|
||||
this._removeDefaultValues(object);
|
||||
|
|
|
|||
Loading…
Reference in a new issue