export file with classname/export namme

This commit is contained in:
Steven Cao
2014-08-03 07:05:13 -05:00
parent 9b9cba2f48
commit b67f11e281
@@ -65,7 +65,7 @@ public class TextExporter {
for (Tag t : tags) {
if (t instanceof TextTag) {
final TextTag textTag = (TextTag) t;
final File file = new File(outdir + File.separator + textTag.getCharacterId() + ".svg");
final File file = new File(outdir + File.separator + textTag.getExportFileName2()+ ".svg");
new RetryTask(new RunnableIOEx() {
@Override
public void run() throws IOException {