[gtk/wip/otte/lottie: 9/11] xxx: split builder




commit d62c987f637f6cd4348a37a19610dde1721acc3a
Author: Benjamin Otte <otte redhat com>
Date:   Sat Nov 28 07:22:16 2020 +0100

    xxx: split builder

 gsk/gskpathbuilder.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gsk/gskpathbuilder.c b/gsk/gskpathbuilder.c
index 22c32094ac..16242a306d 100644
--- a/gsk/gskpathbuilder.c
+++ b/gsk/gskpathbuilder.c
@@ -421,9 +421,9 @@ gsk_path_builder_line_to (GskPathBuilder *builder,
  * @x3: x coordinate of the end of the curve
  * @y3: y coordinate of the end of the curve
  *
- * Adds a cubic [Bézier curve](https://en.wikipedia.org/wiki/B%C3%A9zier_curve)
+ * Adds a [cubic Bézier curve](https://en.wikipedia.org/wiki/B%C3%A9zier_curve)
  * from the current point to @x3, @y3 with @x1, @y1 and @x2, @y2 as the control
- * point.
+ * points.
  **/
 void
 gsk_path_builder_curve_to (GskPathBuilder *builder,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]