[NUI] Fixing the defect of the outer edge of the rounded image not being smooth in...
authordongsug.song <dongsug.song@samsung.com>
Thu, 15 Feb 2024 12:59:12 +0000 (21:59 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 15 Feb 2024 13:15:27 +0000 (22:15 +0900)
src/Tizen.NUI.Components/Controls/Loading.cs

index 8e3c94a..199bcc4 100755 (executable)
@@ -424,7 +424,8 @@ namespace Tizen.NUI.Components
                     Origin = Visual.AlignType.Center,
                     AnchorPoint = Visual.AlignType.Center,
                     SizePolicy = VisualTransformPolicyType.Relative,
-                    Size = new Size2D(1, 1)
+                    Size = new Size2D(1, 1),
+                    PremultipliedAlpha = false,
                 };
 
                 AddVisual(ImageVisualName, imageVisual);