case scribingShapes.ELLIPSE: {
            // Make previous line unselectable if it exists
            if (this.ellipse && this.ellipse.type === 'ellipse') {
              this.ellipse.selectable = false;
            }