Last active
October 26, 2017 08:12
-
-
Save seungwonpark/afee8e2f74808b60826f5af5c283fedf to your computer and use it in GitHub Desktop.
이면이면이면이면이면이면
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://git.io/vFfSo