Skip to content

Instantly share code, notes, and snippets.

@kalakay
Last active March 26, 2017 06:02
Show Gist options
  • Save kalakay/a0ded33e975cf870662dd2ca5d73d861 to your computer and use it in GitHub Desktop.
Save kalakay/a0ded33e975cf870662dd2ca5d73d861 to your computer and use it in GitHub Desktop.
\begin{tikzpicture}[scale=1,font=\small,line join=round]
\coordinate[label=below:\$A\$] (A) at (0,0);
\coordinate[label=below:\$B\$] (B) at (7,0);
\coordinate[label=above:\$C\$] (C) at (7,7);
\coordinate[label=above:\$D\$] (D) at (0,7);
\draw[very thick,bistre] (A)--(B)--(C)--(D)--cycle;
%busur-busur
\draw[very thick,bistre,name path=BD] (B) arc (0:90:7cm);%busur ABD
\draw[very thick,bistre,name path=AC] (A) arc (180:90:7cm);%busur BAC
\end{tikzpicture}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment