diff --git a/src/st/st-theme-node-drawing.c b/src/st/st-theme-node-drawing.c index 0b2b7b535..395f179b6 100644 --- a/src/st/st-theme-node-drawing.c +++ b/src/st/st-theme-node-drawing.c @@ -972,6 +972,11 @@ paint_inset_box_shadow_to_cairo_context (StThemeNode *node, int inner_radius; inner_radius = MAX (0, outer_radius[ST_CORNER_TOPLEFT] - shadow_spec->spread); + + cairo_line_to (temp_cr, + shrunk_extents_x1, + shrunk_extents_y1 + inner_radius); + if (inner_radius > 0) { cairo_arc (temp_cr,