I think you need to figure out what is causing 'getGlobalTransform'
to fail and fix it, 'getTransform' can not work reliably.

many thanks indeed!

The getGlobalTransform() was returning AffineTransforms with rediculous scales for the clipart that did't display, so I've added an 'orrible hack that appears to work in all cases :)
if(Math.abs(transform.getScaleX()) < 0.01){
        transform = node.getTransform();
}
Now I just need to correct the gradient paints when the shape is moved!

hoverfrog
[EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to