diff options
author | Muthu Subramanian <sumuthu@collabora.com> | 2013-10-10 14:49:51 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@collabora.com> | 2013-10-10 14:51:04 +0530 |
commit | 3d0d0717e8afdeb398931d59b1ab337c43b7197c (patch) | |
tree | 03b5544f40ed6428154882f442e0b172f2651bde /cppcanvas/source | |
parent | eb79c13a809c2edf99042b114ede512ebd4c2273 (diff) |
n#812793: Reverting the workaround.
Diffstat (limited to 'cppcanvas/source')
-rw-r--r-- | cppcanvas/source/mtfrenderer/emfplus.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx index 3bee95ff8b14..5685c49322d6 100644 --- a/cppcanvas/source/mtfrenderer/emfplus.cxx +++ b/cppcanvas/source/mtfrenderer/emfplus.cxx @@ -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; |