in src/components/ZoomableSVGGroup.js [83:86]
static isValidMatrix(matrix) { return matrix.length === 6 && matrix.findIndex(item => typeof item !== 'number') === -1; }