From c836d827748af5b1cb21b3a08327edd0660cbdab Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Fri, 3 Jan 2020 16:14:45 +0100 Subject: [PATCH] docs: whitespace and punctuation of Efl.Canvas.Animation_Scale --- src/lib/evas/canvas/efl_canvas_animation_scale.eo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/evas/canvas/efl_canvas_animation_scale.eo b/src/lib/evas/canvas/efl_canvas_animation_scale.eo index ab691617b4..1bde1a07f6 100644 --- a/src/lib/evas/canvas/efl_canvas_animation_scale.eo +++ b/src/lib/evas/canvas/efl_canvas_animation_scale.eo @@ -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.]] } } }