[Tex/LaTex] National flag using TikZ

tikz-pgf

Possible Duplicate:
Is there a collection of national flags in TikZ?

I need to draw a Kenyan national flag using TikZ or using TeX in general.

Best Answer

With no downloading:

\documentclass{article}
\usepackage{graphicx}
\graphicspath{{/usr/local/texlive/2012/texmf-dist/doc/latex/minitoc/}}
\begin{document}
\includegraphics[width=.3\textwidth]{kenya-f}
\end{document}

See Is there a collection of national flags in TikZ? for the original question.

kenya flag