diff options
author | Daniel Ehlers <danielehlers@mindeye.net> | 2012-10-21 22:22:31 +0200 |
---|---|---|
committer | Daniel Ehlers <danielehlers@mindeye.net> | 2012-10-21 22:22:31 +0200 |
commit | b8c02b3b0c0f43ebcbaf1b07eef0f900ec113224 (patch) | |
tree | 5233ae4042dea32e98b99c2b6e60aabd1f0aa2df /figures | |
parent | 14f7cd7ab4b5fd2897fa6bca6cef31af4d8af29f (diff) |
Replace ff-logo bitmap and vector graphics with tikz version.
Diffstat (limited to 'figures')
-rw-r--r-- | figures/ff-logo.tikz | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/figures/ff-logo.tikz b/figures/ff-logo.tikz new file mode 100644 index 0000000..2d3b023 --- /dev/null +++ b/figures/ff-logo.tikz @@ -0,0 +1,22 @@ +\begin{tikzpicture}[yscale=-1] + +\definecolor{ff-magenta}{rgb}{0.86,0,0.4} +\definecolor{ff-yellow}{rgb}{1,0.8,0.0} +\definecolor{ff-black}{rgb}{0,0,0} + +\draw[ff-magenta,line width=1pt] (36pt,54pt) circle [radius=22.0pt]; +\draw[ff-magenta,line width=1pt] (74pt,44pt) circle [radius=22.0pt]; +\draw[ff-magenta,line width=6pt] (74pt,44pt) circle [radius=29.0pt]; + +\fill[ff-yellow] (22pt,48pt) -- (22pt,52pt) -- (30pt,52pt) -- (26pt,56pt) -- + (31pt,56pt) -- (37pt,50pt) -- (31pt,44pt) -- (26pt,44pt) -- + (30pt,48pt) -- (22pt,48pt); + +\fill[ff-yellow] (22pt,48pt) -- (22pt,52pt) -- (30pt,52pt) -- (26pt,56pt) -- + (31pt,56pt) -- (37pt,50pt) -- (31pt,44pt) -- (26pt,44pt) -- + (30pt,48pt) -- (22pt,48pt); + +\fill[ff-yellow] (64pt,50pt) -- (73pt,59pt) -- (81pt,59pt) -- (75pt,53pt) -- + (88pt,53pt) -- (88pt,47pt) -- (75pt,47pt) -- (81pt,41pt) -- + (73pt,41pt) -- (64pt,50pt); +\end{tikzpicture} |