初面网初面网

阴影

颜色、位移、模糊

ctx.shadowColor = '#ccc';
ctx.shadowOffsetX = 10;
ctx.shadowOffsetY = 10;
ctx.shadowBlur = 20;

更新于 2025/2/26