로딩
티스토리 데이터 처리 중입니다.

[함수] Html + jquery 로 삼각형 그리기

 [함수] Html + jquery 로 삼각형 그리기

[함수] Html + jquery 로 삼각형 그리기 (추가) 이런데 사용됩니다 ㅋㅋ 직접만든 도구 설명 이나 필요한곳에 응용할수있습니다. 사용법은 연결 참조하세요 간단합니다~ 예제: http://jsbin.com/jekokerumaba/1/edit?

html,css,js,output 둥근모서리판: http://jsbin.com/jekokerumaba/2/edit 예제결과 연결: http://jsbin.com/jekokerumaba/1 -----------$("#canvas").append( create_triangle(20,15) ); function create_triangle(width, height, options){ options = options || {}; var color = options['.....