(Vector) Fix typo 00/278700/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 25 Jul 2022 07:06:48 +0000 (16:06 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 25 Jul 2022 07:06:48 +0000 (16:06 +0900)
Change-Id: I59acd07b6f1bcf6bc80a10afbc5450ae0404debd

dali-extension/vector-animation-renderer/tizen-vector-animation-renderer.cpp

index 5e9d1d0..4b40d21 100644 (file)
@@ -403,7 +403,7 @@ void TizenVectorAnimationRenderer::AddPropertyValueCallback(const std::string& k
                                                                 });
       break;
     }
-    case VectorProperty::STROKE_OPACTY:
+    case VectorProperty::STROKE_OPACITY:
     {
       mVectorRenderer->setValue<rlottie::Property::StrokeOpacity>(keyPath,
                                                                   [property, callback, id](const rlottie::FrameInfo& info) {