As demonstrated in this codepen:
https://codepen.io/genworks/pen/EeJNMO?editors=1010
svgpanzoom increases line thickness proportionally to the zoom level, at least with default options e.g. when called like this:
var panZoomSVG1 = svgPanZoom('#svg-1', {
zoomEnabled: true,
controlIconsEnabled: true,
fit: true,
center: true});
Is there a way to have it retain the original line thickness even when zooming?