summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pixelart/pixelart.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/pixelart/pixelart.sty')
-rw-r--r--Master/texmf-dist/tex/latex/pixelart/pixelart.sty7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/pixelart/pixelart.sty b/Master/texmf-dist/tex/latex/pixelart/pixelart.sty
index cda3b353b53..229866d5146 100644
--- a/Master/texmf-dist/tex/latex/pixelart/pixelart.sty
+++ b/Master/texmf-dist/tex/latex/pixelart/pixelart.sty
@@ -23,7 +23,7 @@
%% and the derived file pixelart.sty.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{pixelart}
- [2017/12/08 v0.1.1 A package to draw pixel-art pictures]
+ [2018/01/13 v0.1.2 A package to draw pixel-art pictures]
\RequirePackage{pgf}
\usepgfmodule{parser}
@@ -95,10 +95,11 @@
\pgfkeys{/PIXELART/TIKZBWPIXELART, #1}
\begin{scope}[shift={#2}]
\begin{scope}[#1]
- \coordinate (@pixelart) at (0, 0);
+ \coordinate (@pixelart) at (0, 1);
\coordinate (@pixelart@startline) at (@pixelart);
- \pgfparserparse{@bwpixelart} #3 @
+ \pgfparserparse{@bwpixelart}
+ #3 @
\end{scope}
\end{scope}
}