To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84796
                 Issue #|84796
                 Summary|Pdfexport.cxx: META_COMMENT_ACTION ignores fill color
               Component|Drawing
                 Version|680m228
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|save-export
             Assigned to|sj
             Reported by|aw





------- Additional comments from [EMAIL PROTECTED] Thu Dec 20 13:45:53 +0000 
2007 -------
AW->SJ: In filter/source/pdf/pdfexport.cxx when a META_COMMENT_ACTION is
processed, only the polygon data is taken from SvtGraphicFill, but not the fill
color which is contained. When a render sequence is like:

...XPATHFILL_SEQ_BEGIN
...SetFillColor(Color(aPolygonColor));
...SetLineColor();
...DrawPolyPolygon(aLocalPolyPolygon);
...XPATHFILL_SEQ_END

teh set fill color will NOT be the color the polygon is filled with. This can be
avoided by putting SetFillColor/SetLineColor before XPATHFILL_SEQ_BEGIN (which i
did for now). Since the SEQ_BEGIN and SEQ_END should completely replace the
content in-between them, it is more correct to keep SetFillColor/SetLineColor
there, so please correct that.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to