vcl/source/outdev/polygon.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 5bdbf99c3ec6e5e0793c52c34ff4f3a17afab107 Author: Marco Cecchetti <marco.cecche...@collabora.com> Date: Fri Mar 4 11:17:47 2016 +0100
tdf#98052 - polypolygons were not drawn on the alpha device In OutputDevice::DrawPolyPolygon when b2dpolygon are used for drawing the source polygon is not drawn on the alpha device. Change-Id: I54f4e5a13469d9844866cea61b074420219b836d Reviewed-on: https://gerrit.libreoffice.org/22893 Reviewed-by: Michael Meeks <michael.me...@collabora.com> Tested-by: Michael Meeks <michael.me...@collabora.com> Tested-by: Jenkins <c...@libreoffice.org> diff --git a/vcl/source/outdev/polygon.cxx b/vcl/source/outdev/polygon.cxx index 563a4b2..bcd7bac 100644 --- a/vcl/source/outdev/polygon.cxx +++ b/vcl/source/outdev/polygon.cxx @@ -103,6 +103,8 @@ void OutputDevice::DrawPolyPolygon( const tools::PolyPolygon& rPolyPoly ) if(bSuccess) { + if( mpAlphaVDev ) + mpAlphaVDev->DrawPolyPolygon( rPolyPoly ); return; } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits