onaluf / gameQuery

a javascript game engine with jQuery
http://gamequeryjs.com
635 stars 161 forks source link

scenegraph incorrectly positioned #21

Open onaluf opened 11 years ago

onaluf commented 11 years ago

The scenegraph is in the page flow and therefor can be displaced by other 'in flow' elements. It should instead be absolutely positioned at 0,0 in the playground's div.

DennMonn commented 11 years ago

Can you also make so, that when we use scale() function, the element also would be positioned at 0,0 (or at another coordinates, if set). I need these changes so much, can you make it faster? Thanks!