Ok am I on crack or is this broken at the moment?
When applying path on a rect with a stroke on it causes everything “but” the stroke to distort
local testRect = display.newRect(0, 0, 800, 600 ) testRect.anchorX, testRect.anchorY = 0.5, 0.5 testRect.x, testRect.y = (display.contentWidth \* .5), (display.contentHeight \* .5) testRect.strokeWidth = 3 testRect:setFillColor(1, 0, 0) testRect:setStrokeColor(1, 1, 1) testRect.path.x4 = -60 testRect.path.y3 = -60