From cf0b7cd7bbfef7cb9fb83dc1d9f0bacc1ad5cba7 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 30 Jan 2023 08:59:48 +0100 Subject: [PATCH] allow all images in mapPic --- layout.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.sty b/layout.sty index f3db3449..494b5a85 100644 --- a/layout.sty +++ b/layout.sty @@ -275,7 +275,7 @@ bookmarks=true]% shadow xshift=-1pt, shadow yshift=-3pt }] - \node[anchor=south west,inner sep=0] (image) at (0,0) {\includesvg[width=\textwidth]{images/#2}}; + \node[anchor=south west,inner sep=0] (image) at (0,0) {\pic{#2}}; \begin{scope}[ x={(image.south east)}, y={(image.north west)} -- GitLab