Updated Zooming Feature and Included class.xpdl.php

This commit is contained in:
girish
2010-12-06 14:58:25 +00:00
parent 4d007e7a85
commit 5676ba0361
6 changed files with 3969 additions and 52 deletions

View File

@@ -866,7 +866,6 @@ Allows to specify the size of the text rectangle and to align the
text both horizontally (e.g. right) and vertically within that rectangle */
this.drawStringRect = function(txt, x, y, width,height, halign)
{
this.ftSz = '11px';
this.htm += '<div style="position:absolute;overflow:hidden;'+
'left:' + x + 'px;'+
'top:' + y + 'px;'+