Andreas Kröhnke

Results 2 issues of Andreas Kröhnke

Given your `Text` component has a size, you can add `elideMode={TextElideMode.ElideRight}` to emulate similar behavior as the CSS property `text-overflow: ellipsis`, for example.

I was trying to get Phaser working with 1.1.0, but it failed with `this.parent.getBoundingClientRect` is not a function. Digging further and testing I saw that there were new versions of...