Skip to content
Snippets Groups Projects
Commit 9e4485d8 authored by kyk1047715's avatar kyk1047715
Browse files

d

parent 149d403f
No related branches found
No related tags found
No related merge requests found
......@@ -33,11 +33,11 @@
function listener(event){
switch(event.type){
case "mousedown":
ctx.fillStyle = 'red'; // 채우기 색 지정
ctx.globalAlpha = "1.0"; // 채우기 투명도 설정
ctx.fillRect(0,0,500,500);
switch(event.type){
case "mousedown":
initDraw(event);
break;
case "touchstart":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment