Hello,
I have two TextFields. The first one is aligned right by setting anchor.x = 1. The second one is aligned left by default.
There is a visual issue if text value of the RIGHT aligned TextField is changing on the different one with different width: the digits are "dancing" a little, while the LEFT aligned TextField stands. Here is the example: https://jsfiddle.net/7dv61c63/
Don't know is it a bug at PIXI but I'll be much appreciated for any suggestion how to fix this issue.