0
我該如何設置畫布背景?它總是顯示黑色。如果我將fillcolor設置爲填充圓圈,外部仍然是黑色。帆布背景顏色
this.drawArc({
x1 : 10,
y1 : 10,
x2 : "95%",
y2 : "95%",
startAngle : -270,
endAngle : 90,
useCenterLines : false,
paint : {
type : 0,
fillColor : null,
strokeColor : "#cccccc",
width: 20
}
});
畫布對象的