From: Hermet Park Date: Thu, 10 Oct 2019 11:30:02 +0000 (+0900) Subject: README: remove an emptry space X-Git-Tag: submit/tizen/20191010.214907^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2a25b0fa0e29320d35aa7977daca38c43816894;p=platform%2Fcore%2Fuifw%2Flottie-player.git README: remove an emptry space --- diff --git a/README.md b/README.md index 57612a3..1e06f2a 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ animation->setValue("Layer1.Box 1.Fill1", }); ``` -### +) Usage ( C API) +### +) Usage (C API) To change fillcolor property of fill1 object in the layer1->group1->fill1 hierarchy to RED color : ```c lottie_animation_property_override(animation, LOTTIE_ANIMATION_PROPERTY_FILLCOLOR, "layer1.group1.fill1", 1.0, 0.0, 0.0);