n#812793: Reverting the workaround.
This commit is contained in:
parent
eb79c13a80
commit
3d0d0717e8
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user