Thangalin via ntg-context schrieb am 18.07.2022 um 19:10:
Thank you, Wolfgang.

That looks promising.

SVG files are converted using MetaPost. I thought the following would work:

svg=>{\externalfigure[#1][svg][conversion=mp]}

You can probably remove the second argument ([svg]) which was used in my example to pass the default values with \defineexternalfigure. Just using \externalfigure[#1][conversion=mp] where you pass the default values with the second argument is enough.

Wolfgang