From a48441d5300409ae9a61fa10cd5d6161f0b30c21 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 14 Jan 2018 22:56:37 +0000 Subject: gfsdidot git-svn-id: svn://tug.org/texlive/trunk@46311 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/pixelart/pixelart.sty | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex/pixelart') 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} } -- cgit v1.2.3