First step to the drawing of svg
This commit is contained in:
parent
34588601a5
commit
1162c5f6e8
@ -458,6 +458,7 @@ void APP_Init(void)
|
|||||||
mySVGElement = new svg::Parser(svgFile);
|
mySVGElement = new svg::Parser(svgFile);
|
||||||
mySVGElement->GenerateTestFile();
|
mySVGElement->GenerateTestFile();
|
||||||
*/
|
*/
|
||||||
|
|
||||||
tmpString = "01_rectangle.svg";
|
tmpString = "01_rectangle.svg";
|
||||||
svgFile.SetCompleateName(tmpString, etk::FILE_TYPE_DATA);
|
svgFile.SetCompleateName(tmpString, etk::FILE_TYPE_DATA);
|
||||||
mySVGElement = new svg::Parser(svgFile);
|
mySVGElement = new svg::Parser(svgFile);
|
||||||
@ -483,7 +484,6 @@ void APP_Init(void)
|
|||||||
mySVGElement->GenerateTestFile();
|
mySVGElement->GenerateTestFile();
|
||||||
|
|
||||||
exit(-1);
|
exit(-1);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user