From d380899945c5ffb76b0682d6914b500fd3180089 Mon Sep 17 00:00:00 2001 From: safan Date: Wed, 8 Dec 2010 09:51:57 +0000 Subject: [PATCH] saving dynaform --- gulliver/js/ext/wz_jsgraphics.js | 1 + 1 file changed, 1 insertion(+) 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>';