in packages/svg-mixer/lib/utils/calculate-symbol-position.js [76:84]
width: formatVal(width, format),
height: formatVal(height, format),
aspectRatio: formatVal(aspectRatio, format),
left: formatVal(left, format),
top: formatVal(top, format),
bgSize: {
width: formatVal(desiredWidth, format),
height: formatVal(desiredHeight, format)
},