diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-14 22:56:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-14 22:56:37 +0000 |
commit | a48441d5300409ae9a61fa10cd5d6161f0b30c21 (patch) | |
tree | d5635a9c83c7f3b09816cf17367cb9f149a91568 /Master/texmf-dist/tex/latex/pixelart | |
parent | b76d736162f17bd262f927072447a03d44370081 (diff) |
gfsdidot
git-svn-id: svn://tug.org/texlive/trunk@46311 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pixelart')
-rw-r--r-- | Master/texmf-dist/tex/latex/pixelart/pixelart.sty | 7 |
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} } |