UPDATE

上级 349f7508
......@@ -21,7 +21,7 @@ export default {
ctx.font = "bold 200px sans-serif";
ctx.textAlign = "center";
ctx.textBaseline = "middle";
ctx.fillText("Hi", canvas.width / 2, canvas.height / 2);
ctx.fillText("CSDN", canvas.width / 2, canvas.height / 2);
requestAnimationFrame(render);
};
......
public static void main(String[] args) {
}
\ No newline at end of file
print
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册