To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89254
User pl changed the following:
What |Old value |New value
================================================================================
Assigned to|pl |sj
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Jul 3 11:36:27 +0000
2008 -------
pl->sj: the reason is that the metafile action in question is a
XPATHSTROKE_SEQ_BEGIN action which has dash array and line width. This is not
taken, so the replacement action is executed instead - which is a
META_FLOAT_TRANSPARENT action. That results basically in a DrawBitmapEx and is
consequently converted to JPEG.
To solve the problem we could use the path stroke in PDF instead - would save
file size, too. The reason it was not taken was that a dash array as well as a
line with was set. However this will probably not wind up to be pixel perfect;
it will give you a dashed line but not necessarily with the dots and dashes at
exactly the same places.
OTOH it seems wrong here to have a META_FLOAT_TRANSPARENT action replaces the
poly line.
---------------------------------------------------------------------
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]