CreateJS / EaselJS

The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with the HTML5 Canvas element much easier.
http://createjs.com/
MIT License
8.13k stars 1.97k forks source link

Dynamic Text bounds not working after cache. Setbounds cannot be used as the text is dynamic #990

Closed joseph-olivemultimedia closed 5 years ago

joseph-olivemultimedia commented 5 years ago

Iam building a text scroller with Mask and i cannot get the dynamic text bounds, i saw other solutions in this blog, where setBounds would be a solution. But for the dynamic texts, we cannot set the height without getbounds. I think its a bug.

Im using createjs 1.0 version.

TODO

Issue Details