Remove svg importer.

This commit is contained in:
kovacsv 2021-12-02 15:11:01 +01:00
parent c3b18803ac
commit 1ddd43c0b1

View File

@ -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;