The is slight difference in the top position of text object rendered by firefox to other browsers in CreateJs while the shapes object does not show this difference.
For instance,
this.text = new cjs.Text("Click to Start", '500 47px Hel');
this.text.textAlign = "center";
this.text.lineHeight = 110;
this.text.lineWidth = 289;
this.text.setTransform(119.5, 5);
it will give slightly different top position relative to the other graphics surrounding this text in firefox or chrome. Is there any way to solve this issue?