mirror of
git://projects.qi-hardware.com/fped.git
synced 2025-04-21 12:27:27 +03:00
postscript.c (prologue): set line join style to "round" in showoutlined
With the default, we get way too pointy corners in letters like "M".
This commit is contained in:
@@ -1085,7 +1085,7 @@ fprintf(file,
|
|||||||
|
|
||||||
fprintf(file,
|
fprintf(file,
|
||||||
"/showoutlined {\n"
|
"/showoutlined {\n"
|
||||||
" gsave 2 mul setlinewidth 1 setgray\n"
|
" gsave 2 mul setlinewidth 1 setgray 1 setlinejoin\n"
|
||||||
" dup false charpath flattenpath stroke grestore\n"
|
" dup false charpath flattenpath stroke grestore\n"
|
||||||
" show } def\n");
|
" show } def\n");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user