Skip to content

boringariel/D3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

D3

D3를 시작하기 전에

  <html>
  <title>제목</title>
  <body>내용</body>
  </html>
  가 HTML 언어의 기본적 구조

SVG를 이용해 HTML문서에 그림을 그려보자.

  //body 안에 작성
  <svg width="" height="">
  <rect x="" y="" width-"" height="" />
  //x,y는 시작 좌표
  <circle cx="" cy="" r="" />
  //cx, cy 좌표, r은 반지름
  </svg>
  형식으로 그릴 수 있음

에디터로는 atom 등의 에디터를 이용한다. 메모장으로도 가능
atom의 다운로드는 http://atom.io를 이용한다.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages