I noticed the widget fails if the default anchor is modified. for example, adding:
display.setDefault( “anchorX”, 0 )
display.setDefault( “anchorY”, 0 )
causes rendering issues
I’m working on a business type app and found it easier to to set the reference to the top left vs the center. Not sure if this would be a common use case?
http://www.coronalabs.com/blog/2013/10/15/tutorial-anchor-points-in-graphics-2-0/