|
- \documentclass[tikz]{standalone}
- \usetikzlibrary{decorations.text}
- \usepackage{fontspec,amssymb}
- \definecolor{byublue}{RGB}{0 34 85}
-
- \begin{document}
-
- {\sffamily
- \begin{tikzpicture}
- \begin{scope}
- \draw[color=gray,fill=darkgray] (0,0) circle (3.5cm);
- \draw[color=gray,fill=white] (0,0) circle (2.6cm);
- \end{scope}
- \draw[color=lightgray] (0,0) circle (2.0cm) node[scale=1.5] (m) {};
- \draw[color=lightgray] (0,0) circle (1.5cm) node[scale=1.5] (m) {};
- \draw[color=lightgray] (0,0) circle (1.0cm) node[scale=1.5] (m) {};
- \draw[color=lightgray] (0,0) circle (3.6cm);
- \path [postaction={decorate,decoration={raise=-1ex,text along path,
- reverse path, text align=fit to path,
- text={|\huge\color{white}|Športový klub Yacimu}}}] (20:2.95cm) arc (20:160:2.95cm);
- \node[white,rotate=-30] at (240:3.05cm) {$\blacklozenge$};
- \node[white,rotate=30] at (300:3.05cm) {$\blacklozenge$};
- \path [postaction={decorate,decoration={raise=-1ex,text along path, text align=center,
- text={|\huge\color{white}|od 2020}}}] (210:3.05cm) arc (210:330:3.05cm);
- \draw[color=lightgray, line width=0.7mm, line cap=round] (0,0) -- (0,-0.55) {};
- \draw[color=lightgray, line width=0.7mm, line cap=round] (-0.35,0.4) -- (0,0) -- (0.35,0.4) {};
- %\draw[color=red, line width=0.7mm] (0,0) circle (0.1mm) {};
- \end{tikzpicture}}
-
- \end{document}
|