mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Fix
This commit is contained in:
@@ -78,14 +78,14 @@ module.exports = class RipCommand extends Command {
|
|||||||
ctx.shadowOffsetX = -2;
|
ctx.shadowOffsetX = -2;
|
||||||
ctx.shadowOffsetY = -2;
|
ctx.shadowOffsetY = -2;
|
||||||
ctx.shadowBlur = 2;
|
ctx.shadowBlur = 2;
|
||||||
ctx.fillStyle = '#333333';
|
ctx.fillStyle = '#999999';
|
||||||
ctx.fillText(text, x, y, maxWidth);
|
ctx.fillText(text, x, y, maxWidth);
|
||||||
ctx.shadowColor = '#FFFFFF';
|
ctx.shadowColor = '#FFFFFF';
|
||||||
ctx.shadowOffsetX = 2;
|
ctx.shadowOffsetX = 2;
|
||||||
ctx.shadowOffsetY = 2;
|
ctx.shadowOffsetY = 2;
|
||||||
ctx.shadowBlur = 2;
|
ctx.shadowBlur = 2;
|
||||||
ctx.fillText(text, x, y, maxWidth);
|
ctx.fillText(text, x, y, maxWidth);
|
||||||
ctx.fillStyle = '#999999';
|
ctx.fillStyle = '#666666';
|
||||||
ctx.shadowColor = 'transparent';
|
ctx.shadowColor = 'transparent';
|
||||||
ctx.fillText(text, x, y, maxWidth);
|
ctx.fillText(text, x, y, maxWidth);
|
||||||
return ctx;
|
return ctx;
|
||||||
|
|||||||
Reference in New Issue
Block a user