diff --git a/lib/mixins/text.coffee b/lib/mixins/text.coffee index bc28e11..73c3451 100644 --- a/lib/mixins/text.coffee +++ b/lib/mixins/text.coffee @@ -25,6 +25,9 @@ module.exports = options = x x = null + # Convert text to a string + text = '' + text + # Update the current position if x? or y? @x = x or @x