diff --git a/gsk/gskrendernodeimpl.c b/gsk/gskrendernodeimpl.c index a70d1b25f8..8e428f4aeb 100644 --- a/gsk/gskrendernodeimpl.c +++ b/gsk/gskrendernodeimpl.c @@ -1969,7 +1969,7 @@ gsk_transform_node_draw (GskRenderNode *node, else { cairo_set_source_rgb (cr, 255 / 255., 105 / 255., 180 / 255.); - cairo_rectangle (cr, node->bounds.origin.x, node->bounds.origin.x, node->bounds.size.width, node->bounds.size.height); + cairo_rectangle (cr, node->bounds.origin.x, node->bounds.origin.y, node->bounds.size.width, node->bounds.size.height); cairo_fill (cr); } }