@syncfusion/ej2-image-editor 23.1.41 → 23.1.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22431,7 +22431,7 @@ var ToolbarModule = /** @__PURE__ @class */ (function () {
22431
22431
  };
22432
22432
  ToolbarModule.prototype.fileSelect = function (inputElement, args) {
22433
22433
  var type = inputElement.files[0].type.split('/')[1];
22434
- if (type === 'png' || type === 'jpg' || type === 'jpeg' || type === 'svg') {
22434
+ if (type === 'png' || type === 'jpg' || type === 'jpeg' || type === 'svg' || type === 'svg+xml') {
22435
22435
  this.parent.notify('draw', { prop: 'fileSelect', value: { inputElement: inputElement, args: args } });
22436
22436
  }
22437
22437
  else {