gdiplus: Fix GdipCreateLineBrushFromRectWithAngle implementation.
commitbefb8603e2c31afe9ac8ca737469b78fd5432997
authorPiotr Caban <piotr@codeweavers.com>
Mon, 24 Oct 2016 18:46:14 +0000 (24 20:46 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 25 Oct 2016 16:33:33 +0000 (25 18:33 +0200)
tree3eef482a3ce29fea459ba622d17d147580ae7575
parentd91f985e220a2b2e8e6459434f4e001f64402f4a
gdiplus: Fix GdipCreateLineBrushFromRectWithAngle implementation.

The patch fixes isAngleScalable==TRUE argument handling. It also fixes a
mistake when width was used instead of height.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/gdiplus/brush.c