diff --git a/src/shapes/text.class.js b/src/shapes/text.class.js index cc6a2f0f..1c5b9e86 100644 --- a/src/shapes/text.class.js +++ b/src/shapes/text.class.js @@ -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);