Skip to content

Instantly share code, notes, and snippets.

@seungwonpark
Last active October 26, 2017 08:12
Show Gist options
  • Save seungwonpark/afee8e2f74808b60826f5af5c283fedf to your computer and use it in GitHub Desktop.
Save seungwonpark/afee8e2f74808b60826f5af5c283fedf to your computer and use it in GitHub Desktop.
이면이면이면이면이면이면
% Author : Seungwon Park (swpark.me)
% convert -delay 2 -loop 0 -density 1000 -alpha remove imyeoni.pdf imyeoni.gif
% emoji: convert -delay 2 -loop 0 -density 120 -alpha remove imyeoni.pdf imyeoni.gif
\documentclass[tikz]{standalone}
\usepackage{tikz}
\usepackage{amsmath,amssymb}
\usepackage{kotex}
\begin{document}
\foreach \ani in {0,3,...,57}{
\begin{tikzpicture}
\coordinate(O) at (0,0);
\draw[white] (-1.35,-1.35) rectangle (1.35,1.35);
\foreach \angle in {0,60,...,300}{
\begin{scope}[rotate around={\angle+\ani:(O)}]
\node[rotate=\angle+\ani-90] at (1,0) {\large 이};
\end{scope}
}
\foreach \angle in {30,90,...,330}{
\begin{scope}[rotate around={\angle+\ani:(O)}]
\node[rotate=\angle+\ani-90] at (1,0) {\large 면};
\end{scope}
}
\node[rotate=90] at (0,0) {\Huge $ \Updownarrow$};
\end{tikzpicture}
}
\end{document}
@seungwonpark
Copy link
Author

@seungwonpark
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment