mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-18 09:18:26 +02: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:
parent
d250ed236c
commit
c28f701086
@ -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");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user