Hi Hans, Two bugs in figure export: 1. If one uses images without extension, then the generated \jobname-images.css file does not contain any extensions; so no figures are shown in the output. One possible fix is to change \dotagfigure in back-ini.mkiv to \appendtoks % we can have differently scaled images \def\dotagfigure{\taggedctxcommand{settagfigure(,"\figurefullname","\figurefilepage",\number\dimexpr\figurewidth,\number\dimexpr\figureheight)}}% \to \everyenableelements % \figurefullname instead of \figurefileoriginal 2. What is the best way to handle multipage pdf images? I frequently create a big pdf with many images and then use \externalfigure[...][page=2] I don't know if svg has support for multiple pages or not. Aditya~