diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx b/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx index f2f43d753..01ef45e4f 100644 --- a/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx +++ b/src/drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx @@ -467,6 +467,7 @@ void Fl_Cairo_Graphics_Driver::circle(double x, double y, double r){ void Fl_Cairo_Graphics_Driver::arc(double x, double y, double r, double start, double a){ if (what == NONE) return; gap_ = 0; + cairo_new_sub_path(cairo_); if (start > a) cairo_arc(cairo_, x, y, r, -start*M_PI/180, -a*M_PI/180); else |
