[NUI] Fix svace issue
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 8 Sep 2021 06:00:41 +0000 (15:00 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Mon, 13 Sep 2021 07:33:23 +0000 (16:33 +0900)
commitf47e71ed9e7d250d826497efdf842f8ec53c6904
tree5d4fcb6c6a889e5c0d9465d16e602cda5fdb0184
parent0e4ed552eda064069a4c8597730c83cc414de799
[NUI] Fix svace issue
-Checker: API.CSHARP.CULTURE

WID:1125388 Method float.Parse(string) is culture specific.
Its usage can cause unexpected behaviour.
It is recommended to add IFormatProvider argument into invocation.

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/LottieAnimationView.cs
src/Tizen.NUI/src/public/Common/Color.cs