TikZ 다각형

Jmnote (토론 | 기여)님의 2023년 2월 10일 (금) 19:27 판 (→‎개요)

1 개요

TikZ 다각형
\documentclass{article}
\usepackage[a6paper,landscape,left=0mm,right=0mm,top=3mm,bottom=0mm]{geometry}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw[blue, very thick] (0,0) rectangle (3,2);
\draw[orange, ultra thick] (4,0) -- (6,0) -- (5.7,2) -- cycle;
\end{tikzpicture}
\end{document}

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}