Hi all,
even with the today's version I get a spurious space in front of every
figurebase graphic. Can someone please confirm this.
I have made a small test file (7zip,38k), but it's still too big for the
list. So if you are interested, please mail me off list and I send you
the file. Or you can change the attached tex code from the example, so
that it fits your figurebase. Thanks in advance.
BTW: Is there a way to upload some file to ConTeXt Live, so that things
like this can be tested on 'neutral ground'?
Greetings, Peter
\usemodule[fig-base]
\usefigurebase[windows-xp-icons]
\setupexternalfigures[directory=..]
\starttext
\ss Graphics from a figure database have some spurious space.
\blank[big]
from a database:
\framed[offset=overlay]{\externalfigure[computer][width=10mm,height=10mm]}
\framed[offset=overlay]{\externalfigure[computer]}
from a single picture file:
\framed[offset=overlay]{\externalfigure[computer_24bpp-48x48.png][width=10mm,height=10mm]}
\framed[offset=overlay]{\externalfigure[computer_24bpp-48x48.png]}
\stoptext