<!DOCTYPE html><html><body>Hi all,<br><br>the svg output of recent metapost (linux and windows) seems to be clipped or the viewbox of the svg is shifted a small amount down and right.<br><br>My test.mp is:<br><br>outputformat := "svg";<br>outputtemplate := "%j.%{outputformat}";<br>beginfig(1)<br>draw fullcircle scaled 20;<br>endfig;<br>end<br><br>The resulting svg included in a context lmtx file:<br><br>\starttext<br>\startTEXpage<br>\externalfigure[test.svg][conversion=mp]<br>\stopTEXpage<br>\stoptext<br><br>eps and png output is ok.<br><br>Has it to do with the recent change in the svg clippath?<br>Am I doing something wrong?<br><br>Greetings<br><br>Lutz</body></html>