[gtk/wip/otte/lottie] xxx tangent
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/lottie] xxx tangent
- Date: Wed, 9 Dec 2020 04:02:53 +0000 (UTC)
commit 7b446f05b18d6dc13388d11c10392f2ad0593a0f
Author: Benjamin Otte <otte redhat com>
Date: Wed Dec 9 02:07:05 2020 +0100
xxx tangent
gsk/gskcurve.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gsk/gskcurve.c b/gsk/gskcurve.c
index 4abcf0afb7..ed28700b3f 100644
--- a/gsk/gskcurve.c
+++ b/gsk/gskcurve.c
@@ -687,7 +687,7 @@ static void
gsk_conic_curve_get_start_tangent (const GskCurve *curve,
graphene_vec2_t *tangent)
{
- const GskConicCurve *self = &curve->curve;
+ const GskConicCurve *self = &curve->conic;
get_tangent (&self->points[0], &self->points[1], tangent);
}
@@ -696,7 +696,7 @@ static void
gsk_conic_curve_get_end_tangent (const GskCurve *curve,
graphene_vec2_t *tangent)
{
- const GskConicCurve *self = &curve->curve;
+ const GskConicCurve *self = &curve->conic;
get_tangent (&self->points[1], &self->points[3], tangent);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]