Issue 13905 - Default line width (0,00) too thick when exporting to PDF
Summary: Default line width (0,00) too thick when exporting to PDF
Status: CLOSED FIXED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 Beta
Hardware: PC Windows 2000
: P4 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: h.ilter
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-28 18:49 UTC by arnechaa
Modified: 2003-09-08 16:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description arnechaa 2003-04-28 18:49:22 UTC
The default line width in Oo-Draw, 0,00cm, becomes too thick in the exported 
PDF file. I don't know which width 0,00cm should be but I consider it "too 
thick" compared to a print out of original document in Oo-Draw and to thick 
compared to PDF generated from postscript (printing to file) converted to PDF 
with GSView (ghostscript). 

Arne
Comment 1 wolframgarten 2003-04-29 07:35:22 UTC
In fact this is reproduceable. 
Comment 2 wolframgarten 2003-04-29 07:35:38 UTC
Reassigned to Sven. Please have a look if there is something to be
done about this. Thanks.
Comment 3 sven.jacobi 2003-04-30 15:59:38 UTC
SJ->PL: If exporting to pdf, a zero width drawing line is passed
directly to the PDFWriter "drawLine" method, whereas all other lines
are produced by the drawing layer as filled polypolgons.
It seems that that such a zero line is about 0.03mm wide whereas the
skinniest line of the drawing layer is about 0.01mm. Is it now
possible to change the PDFWriter so that zero width lines of the
PDFExporter are no longer wider than the smallest line produced by the
drawing layer.
Comment 4 philipp.lohmann 2003-05-06 15:56:05 UTC
resolution: change linewidth to 0 in PDF, too ("0 w")
Comment 5 philipp.lohmann 2003-05-06 15:57:10 UTC
fixed in vcl09
Comment 6 philipp.lohmann 2003-05-14 12:00:19 UTC
fixed in vcl09
Comment 7 h.ilter 2003-05-16 14:10:47 UTC
Fixed
Comment 8 h.ilter 2003-05-16 14:11:25 UTC
Verified with 644m13s2_8609(cws:vcl09) = ok
Comment 9 h.ilter 2003-07-23 15:26:53 UTC
.