diff --git a/src/st/st-private.c b/src/st/st-private.c index 8387bbc8d..4d8952f5e 100644 --- a/src/st/st-private.c +++ b/src/st/st-private.c @@ -443,7 +443,8 @@ _st_create_shadow_pipeline (StShadow *shadow_spec, clutter_paint_node_add_rectangle (texture_node, &(ClutterActorBox) { half, half, - src_width, src_height, + src_width + half, + src_height + half, }); paint_context =