[ wxwindows-Bugs-1537932 ] wxGTK problem while printing wide traces
SourceForge.net
noreply at sourceforge.net
Thu Aug 10 02:34:43 PDT 2006
Bugs item #1537932, was opened at 2006-08-10 09:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1537932&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Platform specific
Status: Open
Resolution: None
Priority: 5
Submitted By: jp-charras (charras)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxGTK problem while printing wide traces
Initial Comment:
When using wxPrintout:
printing wide traces show missing rounded end caps.
(Of course, this is not noticeable with narrow traces)
This is due to missing setlinecap setup in postscript
file created by wxGTK.
I suggest to add in /src/generic/dcpsg.cpp, after the
prolog ( after the line PsPrint( "%%EndProlog\n" );)
a setlinecap command like:
PsPrint("%%BeginSetup\n");
PsPrint( "1 setlinecap\n" );
PsPrint("%%EndSetup\n");
With this change, traces are Ok, they are drawn with
rounded end cap, as they do.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1537932&group_id=9863
More information about the wx-dev
mailing list