(Vector) Fix typo 99/278699/1
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 25 Jul 2022 07:05:59 +0000 (16:05 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 25 Jul 2022 07:05:59 +0000 (16:05 +0900)
Change-Id: I9039101ef024d5c018dff1400270fc62e5f6721c

dali/devel-api/adaptor-framework/vector-animation-renderer.h

index 37cb214..8f9c4af 100644 (file)
@@ -51,7 +51,7 @@ public:
     FILL_COLOR,         ///< Fill color of the object, Type Property::VECTOR3
     FILL_OPACITY,       ///< Fill opacity of the object, Type Property::FLOAT
     STROKE_COLOR,       ///< Stroke color of the object, Type Property::VECTOR3
-    STROKE_OPACTY,      ///< Stroke opacity of the object, Type Property::FLOAT
+    STROKE_OPACITY,     ///< Stroke opacity of the object, Type Property::FLOAT
     STROKE_WIDTH,       ///< Stroke width of the object, Type Property::FLOAT
     TRANSFORM_ANCHOR,   ///< Transform anchor of the Layer and Group object, Type Property::VECTOR2
     TRANSFORM_POSITION, ///< Transform position of the Layer and Group object, Type Property::VECTOR2