Fix bug after applying cornerRadius 78/304678/1 accepted/tizen/7.0/unified/20240125.054735
authorsunghyun kim <scholb.kim@samsung.com>
Tue, 23 Jan 2024 05:07:39 +0000 (14:07 +0900)
committersunghyun kim <scholb.kim@samsung.com>
Tue, 23 Jan 2024 05:07:39 +0000 (14:07 +0900)
commit91f97edb70043fea02b2301f665d832c96c9bccd
treeb041f4ea7b9c9a387604aec353960f99d46a0c01
parent4bfb1eba63aa4b93985ad8bab21b450b0a2d1f76
Fix bug after applying cornerRadius

There is an issue where a black screen appears in the preview image after applying cornerRadius.
Currently, we generate visuals in advance to receive cornerRadius, but it seems like the problem is that the empty buffer of the visual is being displayed on the screen.
Therefore, we will use colorVisual and set a transparent bg instead.

Change-Id: Ib8c0a982aec2d0a75c66fb5d13aa8526effa2424
widget_viewer_dali/internal/widget_view/widget_view_impl.cpp