constructor()

in src/components/ZoomableSVGGroup.js [110:116]


  constructor(props) {
    super(props);
    this.state = {
      matrix: [1, 0, 0, 1, 0, 0],
      scale: 1,
    };
  }