mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
fix canvas bug
This commit is contained in:
@@ -32,7 +32,7 @@ define('home/router', function(require, exports, module) {
|
||||
ctx.fill();
|
||||
|
||||
ctx.beginPath();
|
||||
ctx.fillStyle = '#4C4C4C';
|
||||
ctx.fillStyle = '#000';
|
||||
ctx.fillText(router[i].content, 2, 25 + 3 + i * 25);
|
||||
ctx.closePath();
|
||||
ctx.fill();
|
||||
|
||||
Reference in New Issue
Block a user