--- old/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/GraphicsContextJava.cpp 2016-09-07 12:05:55.773579100 +0530 +++ new/modules/javafx.web/src/main/native/Source/WebCore/platform/graphics/java/GraphicsContextJava.cpp 2016-09-07 12:05:54.839392300 +0530 @@ -770,7 +770,7 @@ WindRule wrule, bool isOut) { - if (gc.paintingDisabled() || path.isEmpty()) + if (gc.paintingDisabled()) return; state.clipBounds.intersect(state.transform.mapRect(path.fastBoundingRect()));