There seems to be an issue with rect drawing in this latest build. For instance
rect = display.newRect(group, 0, 0, RECT_HEIGHT, RECT_HEIGHT )
It seems to be drawing from 0,0->RECT_WIDTH, RECT_HEIGHT->RECT_WIDTH,0->0,RECT_HEIGHT->0,0 creating a criss-cross pattern.
I’m not sure this if this happens every time. I seem to have some rectangles that are drawing OK (or were never drawing right to begin with but it’s definitely happening sometimes (and consistently). In the cases I’ve seen the following properties have been set:
rect.strokeWidth = 6
rect:setStrokeColor(color)
rect:setFillColor(0,0,0,0)
Is anyone else seeing this issue?
[import]uid: 117383 topic_id: 22766 reply_id: 322766[/import]