From: sjh7141 <38756938+sjh7141@users.noreply.github.com> Date: Wed, 23 Sep 2020 08:23:56 +0000 (+0900) Subject: Docs: Fix README typo X-Git-Tag: submit/tizen/20200927.213403~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f34382bebc680c1cf798ea7e2982347707981034;p=platform%2Fcore%2Fuifw%2Flottie-player.git Docs: Fix README typo - with -> width - Scale -> Rotation --- diff --git a/inc/rlottie.h b/inc/rlottie.h index 12c413b..6756569 100644 --- a/inc/rlottie.h +++ b/inc/rlottie.h @@ -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] */ };