changeset 117 | c0034b35c44e |
parent 112 | 3e075a48e19e |
child 120 | 89544c28a364 |
--- a/client/annotviz/app/js/annotsroll.js Thu Jan 22 10:30:36 2015 +0100 +++ b/client/annotviz/app/js/annotsroll.js Thu Jan 22 11:16:20 2015 +0100 @@ -132,7 +132,7 @@ if(text) { var catText = new PIXI.Text(text, annotStyles.text); catText.x = x + 20; - catText.y = y; + catText.y = y + textHeight; this.container.addChild(catText); textHeight += (catText.height + 2); }