Skip to content

Commit

Permalink
'deltaY', superscript, subscript etc.
Browse files Browse the repository at this point in the history
Honor 'deltaY' during rendering; provide functionality for 'superscript' and 'subscript'; fixed some bugs
  • Loading branch information
denim2x committed Aug 9, 2017
1 parent d644d17 commit 498a86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shapes/text.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 498a86a

Please sign in to comment.