dot: add Korean translation (#3853)
This commit is contained in:
11
pages.ko/common/dot.md
Normal file
11
pages.ko/common/dot.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# dot
|
||||||
|
|
||||||
|
> 방향 그래프의 레이어 도면을 생성하는 명령 도구입니다.
|
||||||
|
|
||||||
|
- 입력 파일 이름과 선택한 포맷을 기반으로 이미지 파일을 랜더링하고 출력파일 이름 결정하기:
|
||||||
|
|
||||||
|
`dot -Tpng -O {{경로/파일명.dot}}`
|
||||||
|
|
||||||
|
- DOT 파일로부터 SVG 생성하기:
|
||||||
|
|
||||||
|
`dot -Tsvg -o {{경로/출력_파일명.svg}} {{경로/파일명.dot}}`
|
Reference in New Issue
Block a user