Skip to content

Instantly share code, notes, and snippets.

@kalakay
Created March 26, 2017 06:06
Show Gist options
  • Save kalakay/208db4771ac8a43058532c28a32361d3 to your computer and use it in GitHub Desktop.
Save kalakay/208db4771ac8a43058532c28a32361d3 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);
\path[pattern=north west lines,pattern color=Dandelion] (B) arc (0:60:7cm) arc (120:180:7cm)--cycle;
\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