CreateJS export results in garbled text elements
When I export from CreateJS, the text either doesn't show up, or it's not where it should be, or, about 25% of the time, it's right!
What do I need to do to normalize the behavior of text elements? Perhaps properties need to be set?
I've tried setting the element's face to "_sans", but when I inspect the element's properties, it doesn't seem to change them.
txt.setTextAttr("face","_sans");
Also, how to I preserve the width so text doesn't wrap in the exported HTML version?
Ideally I could still control if they ended up as dynamic, HTML text or static canvas text.
Thanks!
