Kaydet (Commit) 3d0d0717 authored tarafından Muthu Subramanian's avatar Muthu Subramanian

n#812793: Reverting the workaround.

üst eb79c13a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment