It looks like the line object doesn’t currently support an image stroke like this:
local bLine = display.newLine(10,90,100,90); bLine.stroke = {type="image", filename="img/bumpy-brush.png"}; bLine:setStrokeColor(0.5, 0.5, 0.5); bLine.strokeWidth = 14;
I guess that it’s planned to be supported?