diff --git a/packages-user/client-modules/src/render/ui/title.tsx b/packages-user/client-modules/src/render/ui/title.tsx index 63ac693..7658714 100644 --- a/packages-user/client-modules/src/render/ui/title.tsx +++ b/packages-user/client-modules/src/render/ui/title.tsx @@ -384,7 +384,6 @@ export const GameTitle = defineComponent(props => { const pos = maskPos.value; ctx.save(); ctx.translate(pos, 0); - ctx.fillStyle = 'transparent'; ctx.fillStyle = maskGradient!; ctx.fillRect(0, 0, MAIN_WIDTH + MAIN_HEIGHT + 200, MAIN_HEIGHT); ctx.restore();