examples: ignoring pictures other than svgs in Stress.cpp
authorMira Grudzinska <m.grudzinska@samsung.com>
Tue, 13 Apr 2021 11:12:53 +0000 (13:12 +0200)
committerHermet Park <chuneon.park@samsung.com>
Mon, 19 Apr 2021 01:44:21 +0000 (10:44 +0900)
commitbec160da93cac292e30c4afdea986816b6db6867
treea57b0f187b3683de8f11610aa04f6e2f4d89390f
parent9996be4c047b5b3b9ced9fabe3c4b888ed795cff
examples: ignoring pictures other than svgs in Stress.cpp

The picture->size() function does not work for raw/png pictures.
As a consequence enabling both, the svg and png file loaders,
resulted in the unintended behavior of the example.
src/examples/Stress.cpp