First step to the drawing of svg

This commit is contained in:
Edouard Dupin 2012-03-23 17:56:51 +01:00
parent 34588601a5
commit 1162c5f6e8

View File

@ -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);
}
/**