Added trim paths props 90/316290/2
authorjoogab.yun <joogab.yun@samsung.com>
Mon, 19 Aug 2024 04:39:45 +0000 (13:39 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Mon, 19 Aug 2024 06:19:06 +0000 (15:19 +0900)
Change-Id: Icafb98f95f646aaa34cba04011072bb03105bad0

dali-csharp-binder/dali-toolkit/control-devel-wrap.cpp

index 04551bd914d5c8451b7814fe8f1d91a4074a9c17..02184fd8837edd14ccff40faeccf1f436101b66b 100644 (file)
@@ -58,6 +58,7 @@ Dali::Property::Value RootCallback(int32_t id, VectorAnimationRenderer::VectorPr
     case VectorAnimationRenderer::VectorProperty::TRANSFORM_ANCHOR :
     case VectorAnimationRenderer::VectorProperty::TRANSFORM_POSITION :
     case VectorAnimationRenderer::VectorProperty::TRANSFORM_SCALE :
+    case VectorAnimationRenderer::VectorProperty::TRIM_END :
       return Dali::Vector2(val1, val2);
       break;
 
@@ -66,6 +67,7 @@ Dali::Property::Value RootCallback(int32_t id, VectorAnimationRenderer::VectorPr
     case VectorAnimationRenderer::VectorProperty::STROKE_WIDTH :
     case VectorAnimationRenderer::VectorProperty::TRANSFORM_ROTATION :
     case VectorAnimationRenderer::VectorProperty::TRANSFORM_OPACITY :
+    case VectorAnimationRenderer::VectorProperty::TRIM_START :
       return val1;
       break;