如何在kineticjs中为图层添加背景颜色?我希望有多个具有不同背景颜色的图层。
类似的东西:
var layer = new Kinetic.Layer({
x: 0,
y: 0,
width : that.locationData.getCreativeLeftLoc(),
height : that.locationData.getCreativeTopLoc(),
background-color : 'black'
});