From 1162c5f6e87b745b4642dd8fc97a58be7c3604f0 Mon Sep 17 00:00:00 2001 From: Edouard Dupin Date: Fri, 23 Mar 2012 17:56:51 +0100 Subject: [PATCH] First step to the drawing of svg --- jni/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/Main.cpp b/jni/Main.cpp index 89cd2fb..b0ca5e0 100644 --- a/jni/Main.cpp +++ b/jni/Main.cpp @@ -458,6 +458,7 @@ void APP_Init(void) mySVGElement = new svg::Parser(svgFile); mySVGElement->GenerateTestFile(); */ + tmpString = "01_rectangle.svg"; svgFile.SetCompleateName(tmpString, etk::FILE_TYPE_DATA); mySVGElement = new svg::Parser(svgFile); @@ -483,7 +484,6 @@ void APP_Init(void) mySVGElement->GenerateTestFile(); exit(-1); - } /**