Merge branch 'dev'

This commit is contained in:
2019-11-09 01:50:37 +01:00
22 changed files with 467 additions and 648 deletions

View File

@@ -151,7 +151,7 @@ void bounding_box_calculate_path_box(GList *vertices, double thickness,
GList *vertex_iterator;
struct vector_2d pt;
printf("Warning! Function %s not yet implemented correctly!\n", __func__);
/* printf("Warning! Function %s not yet implemented correctly!\n", __func__); */
if (!vertices || !box)
return;