-
五角星的數(shù)學(xué)屬性查看全部
-
ShadowColor shadowOffsetX shadowOffsetY shadowBlur查看全部
-
fillText寫字有填充,strokeText寫字只有外邊框查看全部
-
字符串查看全部
-
backgroundImage = new Image(); backgroundImage.src = '111.jpg'; backgroundImage.onload = function() { var partten = context.createPattern(backgroundImage , "no-repeat") context.fillStyle = pattern; context.fillRect( 0 , 0 ,800 , 800); }查看全部
-
grd=context.createLinearGradient(xstart,ystart,xend,yend) grd.addColorStop(stop,color) stop為浮點(diǎn)數(shù)查看全部
-
變換矩陣查看全部
-
translate( x , y ) rotate( deg ) scale( sx , sy )查看全部
-
lineJoin = "miter bevel round" miterLimit = 20查看全部
-
五角星的點(diǎn)坐標(biāo)查看全部
-
butt round square查看全部
-
fillRect() strokeRect()查看全部
-
矩形繪制函數(shù)查看全部
-
先填充色,在描邊,此時描邊不會被填充色所覆蓋查看全部
-
beginPath() closePath()查看全部
舉報(bào)
0/150
提交
取消