mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
examples: added more svg resources.
This commit is contained in:
parent
efe770c3af
commit
5c8b68c220
2 changed files with 69 additions and 4 deletions
|
@ -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();
|
||||||
|
|
65
examples/resources/svg/matheusmdx.svg
Normal file
65
examples/resources/svg/matheusmdx.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 35 KiB |
Loading…
Add table
Reference in a new issue