Make natural size of ImageVisual consider orientation correction 13/312913/2
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 17 Jun 2024 05:34:13 +0000 (14:34 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 17 Jun 2024 08:17:36 +0000 (17:17 +0900)
commit724c5a1ecaecca95dde429a1a10578422f70fcd3
treebd81bb42044aa2d58d4b3dede77cc99a0168d4c0
parentb0eb737309f740ef8eae486b723c9f98c7cc0015
Make natural size of ImageVisual consider orientation correction

We have flag that whether image's width/height return orientation value or not
when we request load texture.
But when we request to get NaturalSize of ImageVisual, they didn't consider it.

If then, the NaturalSize might not matched if we want to do not
correction the orientation.

Change-Id: I1752b1a4aa57fa6e1d63e0521f028204b7e27ca9
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali-toolkit/utc-Dali-ImageVisual.cpp
dali-toolkit/internal/visuals/image/image-visual.cpp