GoogleCodeArchive / piccolo2d

Automatically exported from code.google.com/p/piccolo2d
0 stars 0 forks source link

Scaling differences between two layers #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create Two Layers: backgroundLayer and hudLayer, add them to the root
layer (put backgroundLayer to the back) 
2. put some images on the backgroundLayer and set individual scaling to
each of them. 
3. when the mouse enters one of the pictures, make a copy of it and put it
on the hover layer at the exact same position

What is the expected output? What do you see instead?
The copy of the picture on the hover layer should be displayed over the one
on the background layer, however it appears that the scalation is done
correctly, as these Images are moved against each others in different
directions a little. However in which direction the picture is moved is
random, see the attached picture for details. 

Original issue reported on code.google.com by matthias...@gmail.com on 17 Aug 2009 at 9:30

Attachments:

GoogleCodeExporter commented 9 years ago
appears like a floating point glitch to me.

Can you give us details about the scaling factors and offset? Even better: an 
isolated java class demonstrating 
the issue.

Maybe it's the police cars causing a shudder in the render pipe.

Without further information I vote to not assign it to v1.3

Original comment by mr0...@mro.name on 7 Oct 2009 at 9:58

GoogleCodeExporter commented 9 years ago
I move to mark this as Invalid or WontFix.

Original comment by heue...@gmail.com on 27 Aug 2010 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 1 Nov 2011 at 7:13