Guillaume
unread,Jun 27, 2011, 11:04:46 AM6/27/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openmeet...@googlegroups.com
Ok, its at the beginning of the method endUline, you have :
"Get Bounds of that object"
var minx = this.width+2;
var miny = this.height+2;
and after :
" this.currentlayer = new lz.drawViewNew(this,{
name:tempName,x:minx-1-(this.currentulinelineWidth,
y:miny-1-(this.currentulinelineWidth),
width:(width+this.currentlinelineWidth),
height:(width+this.currentlinelineWidth),
opacity:this.currentulineOpacity}); "
I don't know if theses variables are responsible of the shifting of the Uline or maybe the update of variables x1,y1,x2,y2.
This is my question.
Any idea about that ?
Thanks