How to draw Julia's logo with TikZ?

20627093930

\begin{tikzpicture}
\node[font=\fontsize{50}{0}\selectfont] at (0,0){\textbf{julia}};
\filldraw[blue]  (-1.55,0.66) ellipse (0.17 and 0.17);
\filldraw[red]  (0.65,0.66) ellipse (0.17 and 0.17);
\filldraw[magenta]  (1.1,0.66) ellipse (0.17 and 0.17);
\filldraw[green]  (0.875,0.99) ellipse (0.17 and 0.17);
\end{tikzpicture}

I don’t know how to adjust the font…

628094854

Perhaps you can get some inspiration from here.

4 Likes