Docs: Fix README typo
authorsjh7141 <38756938+sjh7141@users.noreply.github.com>
Wed, 23 Sep 2020 08:23:56 +0000 (17:23 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 27 Sep 2020 21:15:53 +0000 (06:15 +0900)
- with -> width
- Scale -> Rotation

inc/rlottie.h

index 12c413b..6756569 100644 (file)
@@ -108,11 +108,11 @@ enum class Property {
     FillOpacity,   /*!< Opacity property of Fill object , value type is float [ 0 .. 100] */
     StrokeColor,   /*!< Color property of Stroke object , value type is rlottie::Color */
     StrokeOpacity, /*!< Opacity property of Stroke object , value type is float [ 0 .. 100] */
-    StrokeWidth,   /*!< stroke with property of Stroke object , value type is float */
+    StrokeWidth,   /*!< stroke width property of Stroke object , value type is float */
     TrAnchor,      /*!< Transform Anchor property of Layer and Group object , value type is rlottie::Point */
     TrPosition,    /*!< Transform Position property of Layer and Group object , value type is rlottie::Point */
     TrScale,       /*!< Transform Scale property of Layer and Group object , value type is rlottie::Size. range[0 ..100] */
-    TrRotation,    /*!< Transform Scale property of Layer and Group object , value type is float. range[0 .. 360] in degrees*/
+    TrRotation,    /*!< Transform Rotation property of Layer and Group object , value type is float. range[0 .. 360] in degrees*/
     TrOpacity      /*!< Transform Opacity property of Layer and Group object , value type is float [ 0 .. 100] */
 };