diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-07-09 02:12:51 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-07-09 02:12:51 +0200 |
commit | 28e6f9700a7fcb9c88eaf5bd1b0e97620b196420 (patch) | |
tree | 2a306e403c8cef14d2cfc250a7ad190e7f474dc9 | |
parent | 88ccda2b7714bf2c83198197a6ee3f0946a68477 (diff) |
Adding the 'Board' icon.
-rw-r--r-- | cards.tex | 2 | ||||
-rw-r--r-- | icons.tex | 13 |
2 files changed, 14 insertions, 1 deletions
@@ -5,7 +5,7 @@ the rest of the rule. Note it bumps line heights.\\ \iWK\iWQ\iWB\iWN\iWR\iWP\\ \iBK\iBQ\iBB\iBN\iBR\iBP\\ \iMK\iMQ\iMB\iMN\iMR\iMP\\ -\inoK\\ +\inoK\iBoard\\ }{...}{...} \card{Hopper}{ @@ -139,3 +139,16 @@ \draw[xshift=18, yshift=20, rotate=45, double] (0, 0) circle (15) (0, -15) -- (0, 15); \end{tikzpicture} } + +\newcommand{\iBoard}{ + \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] + \path[draw, fill, line width=0.6pt, line join=round, miter limit=4.00] + (0, 8) -- (20, 0) -- (40, 8) -- (20, 20) -- cycle; + \path[draw, line width=0.4pt, line join=round, miter limit=4.00] + (0, 8) -- (0, 11) -- (20, 23) -- (40, 11) -- (40, 8) -- cycle + (20, 20) -- (20, 23); + \path[draw, fill=white, line width=0.1pt] + (10, 4) -- (20, 0) -- (30, 4) -- (20, 9) -- cycle + (10, 14) -- (20, 9) -- (30, 14) -- (20, 20) -- cycle; + \end{tikzpicture} +} |