beginPath() - chemineer/HTML5_study GitHub Wiki Canvas의 메서드 기능 : 이전의 패스를 모두 지우고 새로운 패스를 그린다 사용방법 예제 context.beginPath(); context.moveTo(x1,y1);