From 498a86a30a1a3b86c6a0699ed2783624b9d39ad5 Mon Sep 17 00:00:00 2001 From: denim2x Date: Wed, 9 Aug 2017 20:53:45 +0300 Subject: [PATCH] 'deltaY', superscript, subscript etc. Honor 'deltaY' during rendering; provide functionality for 'superscript' and 'subscript'; fixed some bugs --- src/shapes/text.class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shapes/text.class.js b/src/shapes/text.class.js index 86b7de2f5c5..7dfc0ca0b19 100644 --- a/src/shapes/text.class.js +++ b/src/shapes/text.class.js @@ -1300,7 +1300,7 @@ }, /** - * Assigns 'value' to the property 'key' at given charater position + * Assigns 'value' to the property 'key' at given character position * @param {Number} line the line number * @param {Number} char the character number * @param {String} key the property name