diff --git a/mozilla/gfx/src/gtk/nsRenderingContextGTK.cpp b/mozilla/gfx/src/gtk/nsRenderingContextGTK.cpp index 76806f55fd5..4a33fd59fd5 100644 --- a/mozilla/gfx/src/gtk/nsRenderingContextGTK.cpp +++ b/mozilla/gfx/src/gtk/nsRenderingContextGTK.cpp @@ -1109,6 +1109,9 @@ NS_IMETHODIMP nsRenderingContextGTK::FillEllipse(nscoord aX, nscoord aY, nscoord UpdateGC(); + ::gdk_draw_arc(mSurface->GetDrawable(), mGC, FALSE, + x, y, w, h, + 0, 360 * 64); ::gdk_draw_arc(mSurface->GetDrawable(), mGC, TRUE, x, y, w, h, 0, 360 * 64);