Issue 96685

Summary: Bad display of animated polygon with gradient
Product: Impress Reporter: wolframgarten
Component: uiAssignee: wolframgarten
Status: CLOSED FIXED QA Contact: issues@graphics <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOO300m9Keywords: aqua
Target Milestone: 3.4.0   
Hardware: All   
OS: Mac OS X 10   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
sample document none

Description wolframgarten 2008-11-28 11:31:09 UTC
Open a new impress, insert a polygon. Set area to gradient and apply a custom
animation (fly in): pressing F5 you see that the gradient is badly painted
during animation.
Comment 1 hdu@apache.org 2008-11-28 11:49:14 UTC
.
Comment 2 hdu@apache.org 2010-11-30 12:59:53 UTC
Canvas code, which is used for presentation only, employed sprites with separate foreground and mask 
buffers. The problem was that mask's segments where drawn not only as filled areas but as filled areas 
with an outline. That accidentally worked on 1bit masks but not on alpha masks.
Fixed in CWS.
Comment 3 hdu@apache.org 2010-11-30 15:29:29 UTC
Created attachment 75181 [details]
sample document
Comment 4 philipp.lohmann 2011-01-20 17:05:09 UTC
please verify in CWS vcl118
Comment 5 wolframgarten 2011-01-24 08:59:32 UTC
Verified in CWS.