diff --git a/gulliver/js/ext/wz_jsgraphics.js b/gulliver/js/ext/wz_jsgraphics.js index cb9fbc2a4..18f2edab7 100755 --- a/gulliver/js/ext/wz_jsgraphics.js +++ b/gulliver/js/ext/wz_jsgraphics.js @@ -874,6 +874,7 @@ text both horizontally (e.g. right) and vertically within that rectangle */ 'text-align:'+halign+';'+ 'font-family:' + this.ftFam + ';'+ 'font-size:' + this.ftSz + ';'+ + 'line-height: 100%;'+ 'color:' + this.color + ';' + this.ftSty + '">'+ txt + '<\/div>';