SvgPathReader moved to svg folder

This commit is contained in:
honfika@gmail.com
2015-12-28 08:31:46 +01:00
parent 27cdd48a1f
commit 78147540f4
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ import com.jpexs.decompiler.flash.exporters.modes.ShapeExportMode;
import com.jpexs.decompiler.flash.exporters.settings.ShapeExportSettings;
import com.jpexs.decompiler.flash.exporters.shape.BitmapExporter;
import com.jpexs.decompiler.flash.importers.ShapeImporter;
import com.jpexs.decompiler.flash.importers.SvgPathReader;
import com.jpexs.decompiler.flash.tags.DefineShape4Tag;
import com.jpexs.decompiler.flash.tags.ExportAssetsTag;
import com.jpexs.decompiler.flash.tags.Tag;

View File

@@ -14,7 +14,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
*/
package com.jpexs.decompiler.flash.importers;
package com.jpexs.decompiler.flash.importers.svg;
/**
*