https://bugs.documentfoundation.org/show_bug.cgi?id=128150

--- Comment #7 from Gabor Kelemen (allotropia) <[email protected]> ---
(In reply to Xisco FaulĂ­ from comment #6)
> it works fine if
> 
> if (pBackgroundPropertiesPtr)
> {   
>     pShape->getFillProperties().assignUsed(*pBackgroundPropertiesPtr);
> }   
> 
> is removed in oox/source/ppt/pptshapegroupcontext.cxx
> 
> @Miklos, you have done some work in this area before, I thought you might be
> interested

That also fixes bug 147852 - instead of copying the background fill, the shape
becomes transparent, revealing the background fill. So far so good.

However the problem starts with attachment 118360 from bug 93868 - there we
have a white rectangle shape on the master slide before the background and
below the "use bg fill" shape.
So turning the "use bg fill" shape transparent actually reveals everything
behind it, even other shapes. 
So that attachment becomes unreadable again, because the white rectangle is in
front of the dark background.

I'm afraid we should really implement this window-to-background feature and add
it to ODF.
In the short term the above hack can work - I think it's more common to not
have another shape between the "use bg fill" shapes and the bg.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to