From 9a595f70376546f834ec9ae9420cd1f897bfa1b8 Mon Sep 17 00:00:00 2001 From: Andrea Bogazzi Date: Thu, 18 Aug 2016 07:54:59 +0200 Subject: [PATCH] forgot to export charSpacing value in toObject Method --- src/shapes/text.class.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);