BigG writes: > The patch is defunct, as the source has now moved on somewhat.
According to the comments attached to the bug, the patch still works when using \IfFileExists instead of \pgfu...@iffileexists. Indeed, this patch: --- pgfcoreimage.code.tex.orig 2008-01-15 11:27:34.000000000 +0100 +++ pgfcoreimage.code.tex 2009-10-08 22:51:29.281129400 +0200 @@ -81,8 +81,11 @@ \def\...@findfile#1:#2+#3{% - \pgfu...@iffileexists{#3#1}% - {\xdef\...@filename{#3#1}}% + \edef\...@tempa{% + \def\noexpa...@tempa####1\space{% + \xdef\noexpand\...@filename{####1}}} + \IfFileExists{#3#1}% + {\...@tempa\expandafter\@tem...@filef@und}% {\def\...@mightbeempty{#2}% \ifx\...@mightbeempty\pgfutil@empty\else% \...@findfile#2+{#3}% works for me. -- Enrico