Depending on the number of segments and their position the resulting svg image has a different size.
<html>
<head>
<title>nop</title>
<style type="text/css">
.graphPane {
margin:0;
padding:0;
border: 1px solid red;
}
</style>
</head>
<body>
<div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="30mm" height="30mm" viewBox="0 0 85.03937007874015748031496062 85.03937007874015748031496062" class="graphPane">
<rect x="0" y="0" width="85.03937007874015748031496062" height="85.03937007874015748031496062" fill="black" />
<g name="pie">
<g name="segments" stroke="white" stroke-width="0.2pt" stroke-linejoin="bevel">
<path name="A" d="M42.519685039370078740157480310,42.519685039370078740157480310 L42.519685039370071003152392277,0.400000000000000000000000000A42.119685039370078740157480310,42.119685039370078740157480310 0 1,1 31.892001626902914881889763776,83.27652757041148492283464566 z" style="fill:rgb(0,52,101);" />
<path name="B" d="M42.519685039370078740157480310,42.519685039370078740157480310 L31.892001626902914881889763776,83.27652757041148492283464566A42.119685039370078740157480310,42.119685039370078740157480310 0 0,1 5.039164750197779681889763779,23.303065496154894182677165352 z" style="fill:rgb(0,71,136);" />
<path name="C" d="M42.519685039370078740157480310,42.519685039370078740157480310 L5.039164750197779681889763779,23.303065496154894182677165352A42.119685039370078740157480310,42.119685039370078740157480310 0 0,1 30.667653941860228689763779524,2.101901494507117017322834645 z" style="fill:rgb(0,88,168);" />
<path name="D" d="M42.519685039370078740157480310,42.519685039370078740157480310 L30.667653941860228689763779524,2.101901494507117017322834645A42.119685039370078740157480310,42.119685039370078740157480310 0 0,1 42.519685039370135506736201305,0.400000000000000000000000000 z" style="fill:rgb(0,116,221);" />
</g>
</g>
</svg>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="30mm" height="30mm" viewBox="0 0 85.03937007874015748031496062 85.03937007874015748031496062" class="graphPane">
<rect x="0" y="0" width="85.03937007874015748031496062" height="85.03937007874015748031496062" fill="black" />
<g name="pie">
<g name="segments" stroke="white" stroke-width="0.2pt" stroke-linejoin="bevel">
<path name="A" d="M42.519685039370078740157480310,42.519685039370078740157480310 L42.519685039370071003152392277,0.400000000000000000000000000A42.119685039370078740157480310,42.119685039370078740157480310 0 0,1 84.63937007874015748031496062,42.519685039370068424150696267 z" style="fill:rgb(0,52,101);" />
<path name="B" d="M42.519685039370078740157480310,42.519685039370078740157480310 L84.63937007874015748031496062,42.519685039370068424150696267A42.119685039370078740157480310,42.119685039370078740157480310 0 0,1 42.519685039370091635165960363,84.63937007874015748031496062 z" style="fill:rgb(0,71,136);" />
<path name="C" d="M42.519685039370078740157480310,42.519685039370078740157480310 L42.519685039370091635165960363,84.63937007874015748031496062A42.119685039370078740157480310,42.119685039370078740157480310 0 0,1 0.400000000000000000000000000,42.519685039370094214167656372 z" style="fill:rgb(0,88,168);" />
<path name="D" d="M42.519685039370078740157480310,42.519685039370078740157480310 L0.400000000000000000000000000,42.519685039370094214167656372A42.119685039370078740157480310,42.119685039370078740157480310 0 0,1 42.519685039370060687145608238,0.400000000000000000000000000 z" style="fill:rgb(0,116,221);" />
</g>
</g>
</svg>
</div>
</body>
</html>