Hi guys,
I notice that the newRoundedRect() does not fill the object properly (see screen shot below, taken from an Android device). The fill goes ‘out of bounds’.
I notice it occurs when the height of the object is small (see code below)
I am using Corona 2013.2109
local bar = display.newRoundedRect( 0, 0, 150, 15, 12 ) bar.strokeWidth = 1 bar:setFillColor( 100/255, 100/255, 100/255, 250/255 ) bar:setStrokeColor( 1, 0, 0 )
Thanks