From 1ddd43c0b111dcbd7d7e9ed1ef78000cf5cc561d Mon Sep 17 00:00:00 2001 From: kovacsv Date: Thu, 2 Dec 2021 15:11:01 +0100 Subject: [PATCH] Remove svg importer. --- source/import/importer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;