diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-07-10 19:54:48 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2012-07-10 19:54:48 +0200 |
commit | ba384ce1b73f6d52f6c8b8642b3c84c9d69d2fec (patch) | |
tree | f325780f40b8cf99839730bedce158f7e8fb47e7 /icons.tex | |
parent | 620fb1e0f27441ebb9275766451474213792ac28 (diff) |
Improving the swap and board icons.
Diffstat (limited to 'icons.tex')
-rw-r--r-- | icons.tex | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -142,6 +142,7 @@ \newcommand{\iBoard}{ \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] + \useasboundingbox (0, 0) rectangle (40, 30); \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] @@ -180,3 +181,10 @@ \path[draw=white, fill=white] (0, 0) circle (0.3); \end{tikzpicture} } + +\newcommand{\SW}{ + \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] + \useasboundingbox (0, 0) rectangle (40, 40); + \draw [<->, line width = 0.6pt, line cap = round, double] (0, 25) -- (40, 25); + \end{tikzpicture} +} |