gdiplus/tests: Add tests for 0-pixel pens.
commitdd5fd46c6361de0ce04095675965d58e25e9c37b
authorVincent Povirk <vincent@codeweavers.com>
Thu, 13 Oct 2016 21:23:15 +0000 (13 16:23 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 14 Oct 2016 07:17:14 +0000 (14 09:17 +0200)
tree0ac33e6cd6beaa4733db728fcae2552912ac1c90
parent99e5f24b6d0eae88a03034fd8025c459a42776a9
gdiplus/tests: Add tests for 0-pixel pens.

It turns out that GdipDrawLine behaves differently from GdipDrawPath, only
in the case of a 0 pixel pen.

Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/gdiplus/tests/graphics.c
dlls/gdiplus/tests/graphicspath.c