mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-15 04:24:28 +00:00
examples svg: adjust window size.
Still some display size is not enough large.
This commit is contained in:
parent
d55ba07646
commit
3626ded041
1 changed files with 2 additions and 2 deletions
|
@ -186,9 +186,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(1280, 1280);
|
createSwView(1024, 1024);
|
||||||
} else {
|
} else {
|
||||||
createGlView(1280, 1280);
|
createGlView(1024, 1024);
|
||||||
}
|
}
|
||||||
|
|
||||||
elm_run();
|
elm_run();
|
||||||
|
|
Loading…
Add table
Reference in a new issue