Hi,

> "Slightly fatter" might be acceptable.  Your changes looked like a lot of
> code.  

Im not sure you are looking at the same changes I am.

 All that was added was:
-  the TOP, BOTTOM, LEFT, RIGHT constants 
- an if statement with a number of else ifs to work out the positioning
- changing this line:
pt = new Point(comp.width, comp.height);
to this:
pt = new Point(comp.width/xFactor, comp.height/yFactor);

That seems reasonably slim to me. What is your definition of “slightly fatter”?

Thanks,
Justin

Reply via email to