diff --git a/source/import/importer.js b/source/import/importer.js index 2d0fe60..c452c8d 100644 --- a/source/import/importer.js +++ b/source/import/importer.js @@ -90,8 +90,7 @@ OV.Importer = class new OV.ImporterThreeFbx (), new OV.ImporterThreeDae (), new OV.ImporterThreeWrl (), - new OV.ImporterThree3mf (), - new OV.ImporterThreeSvg () + new OV.ImporterThree3mf () ]; this.fileList = new OV.FileList (); this.model = null;