wine/dlls/gdiplus
Zhiyi Zhang cba24001e4 gdiplus: Avoid calling GdipFillPath() with an empty path.
There is no point filling an empty path. And an empty
path will cause SelectClipPath() used in brush_fill_path()
to return error.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-06-20 16:53:34 +02:00
..
tests gdiplus: Avoid calling GdipFillPath() with an empty path. 2018-06-20 16:53:34 +02:00
brush.c gdiplus: Use ARRAY_SIZE() macro. 2018-05-14 23:51:27 +02:00
customlinecap.c gdiplus: Implement unfilled mode for arrow caps. 2018-05-14 23:51:36 +02:00
font.c gdiplus: Use ARRAY_SIZE() macro. 2018-05-14 23:51:27 +02:00
gdiplus.c
gdiplus.manifest
gdiplus.rc
gdiplus.spec
gdiplus11.manifest
gdiplus_private.h gdiplus: Partially implement arrow caps. 2018-05-14 23:51:31 +02:00
graphics.c gdiplus: Avoid calling GdipFillPath() with an empty path. 2018-06-20 16:53:34 +02:00
graphicspath.c
image.c gdiplus: Display the GUID of the image type in GdipSaveImageToStream. 2018-05-24 19:12:03 +02:00
imageattributes.c
Makefile.in
matrix.c
metafile.c gdiplus: Use ARRAY_SIZE() macro. 2018-05-14 23:51:27 +02:00
pathiterator.c
pen.c
region.c
stringformat.c