summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/worldflags/tex/worldflag_RedCrystal.tex
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/contrib/worldflags/tex/worldflag_RedCrystal.tex')
-rw-r--r--graphics/pgf/contrib/worldflags/tex/worldflag_RedCrystal.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/pgf/contrib/worldflags/tex/worldflag_RedCrystal.tex b/graphics/pgf/contrib/worldflags/tex/worldflag_RedCrystal.tex
new file mode 100644
index 0000000000..720d736bb4
--- /dev/null
+++ b/graphics/pgf/contrib/worldflags/tex/worldflag_RedCrystal.tex
@@ -0,0 +1,14 @@
+% --------------------------------------------------------------------------
+% Red Crystal:
+% --------------------------------------------------------------------------
+\begin{flagdescription}{2/3}
+\definecolor{red}{RGB}{218,41,28}
+\background{white}
+\begin{scope}[shift={(0.5\flaglength,0.5)}]
+\def\x{0.3507}
+\def\y{0.16925}
+\fill [red,even odd rule]
+ (0,\x)--(\x,0)--(0,-\x)--(-\x,0)(0,\y)--(\y,0)--(0,-\y)--(-\y,0);
+\end{scope}
+\framecode{}
+\end{flagdescription}