docs: whitespace and punctuation of Efl.Canvas.Animation_Scale
authorXavi Artigas <xavierartigas@yahoo.es>
Fri, 3 Jan 2020 15:14:45 +0000 (16:14 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 5 Jan 2020 21:54:53 +0000 (06:54 +0900)
src/lib/evas/canvas/efl_canvas_animation_scale.eo

index ab69161..1bde1a0 100644 (file)
@@ -48,7 +48,9 @@ class Efl.Canvas.Animation_Scale extends Efl.Canvas.Animation
          values {
             from_scale: Eina.Vector2; [[Initial scale value.]]
             to_scale: Eina.Vector2; [[Ending scale value.]]
-            pivot_point: Eina.Position2D; [[Position of the pivot point relative to the canvas. If $null the target passed to @Efl.Canvas.Animation.animation_apply is used as pivot element]]
+            pivot_point: Eina.Position2D; [[Position of the pivot point relative to the canvas.
+                                            If $null the target passed to @Efl.Canvas.Animation.animation_apply
+                                            is used as pivot element.]]
          }
       }
    }