fix rendering of box in cairo renderer

This commit is contained in:
Mario Hüttel 2018-07-20 23:29:27 +02:00
parent 40760725b8
commit f765e27ce8
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ static void render_cell(struct gds_cell *cell, struct cairo_layer *layers, doubl
case GRAPHIC_PATH:
cairo_stroke(cr);
break;
case GRAPHIC_BOX:
case GRAPHIC_POLYGON:
cairo_close_path(cr);
cairo_fill(cr);