examples: added more svg resources.

This commit is contained in:
Hermet Park 2024-05-23 17:41:40 +09:00 committed by Hermet Park
parent efe770c3af
commit 5c8b68c220
2 changed files with 69 additions and 4 deletions

View file

@ -27,8 +27,8 @@
/* Drawing Commands */ /* Drawing Commands */
/************************************************************************/ /************************************************************************/
#define NUM_PER_ROW 7 #define NUM_PER_ROW 8
#define NUM_PER_COL 7 #define NUM_PER_COL 8
#define SIZE (WIDTH/NUM_PER_ROW) #define SIZE (WIDTH/NUM_PER_ROW)
static int counter = 0; static int counter = 0;
@ -185,9 +185,9 @@ int main(int argc, char **argv)
elm_init(argc, argv); elm_init(argc, argv);
if (tvgEngine == tvg::CanvasEngine::Sw) { if (tvgEngine == tvg::CanvasEngine::Sw) {
createSwView(1024, 1024); createSwView(1280, 1280);
} else { } else {
createGlView(1024, 1024); createGlView(1280, 1280);
} }
elm_run(); elm_run();

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 35 KiB