n#812793: Reverting the workaround.

This commit is contained in:
Muthu Subramanian 2013-10-10 14:49:51 +05:30
parent eb79c13a80
commit 3d0d0717e8

View File

@ -1462,11 +1462,6 @@ namespace cppcanvas
::basegfx::B2DPolyPolygon polyPolygon (polygon);
// n#812793: EMF+ Seems to specify transparent background with Alpha=0xFF !
// Workaround for the problem.
if( isColor && brushIndexOrColor == 0xFFFFFFFF && rectangles == 1 )
brushIndexOrColor = 0xFFFFFF;
EMFPPlusFillPolygon (polyPolygon, rFactoryParms, rState, rCanvas, isColor, brushIndexOrColor);
}
break;