issue with poly

why doesn’t this work

local vertices = { 0,-110, 27,-35, 105,-35, 43,16, 65,90, 0,45, -65,90, -43,15, -105,-35, -27,-35, } local x,y = 160,150 local o = display.newPolygon( x, y, vertices ) o:setFillColor( 255, 0, 0 ) o.fill = { type="image", filename="aquariumbackgroundIPhone.jpg" } o.fill.effect = "filter.brightness" --o.fill = nil o.strokeWidth = 10 o:setStrokeColor( 0, 255, 255 ) local x,y = 160,350 local o1 = display.newPolygon( x, y, vertices ) o1:setFillColor( 255, 0, 0 ) o1.fill = { type="image", filename="aquariumbackgroundIPhone.jpg" } --o.fill = nil o1.strokeWidth = 10 o1:setStrokeColor( 0, 255, 255 )

Looks like a bug related to polygons. We’ll look into it.

Looks like a bug related to polygons. We’ll look into it.