]> granicus.if.org Git - graphviz/commit
Try an experiment using the default line join style postscript, quartz and cairo.
authorEmden R. Gansner <erg@alum.mit.edu>
Tue, 17 Jun 2014 19:11:30 +0000 (15:11 -0400)
committerEmden R. Gansner <erg@alum.mit.edu>
Tue, 17 Jun 2014 19:11:30 +0000 (15:11 -0400)
commitf89402a4a5052486ceececb0b1fa10af4c4d70ea
tree3b2470ed3c80af8521c91c8e50ed733791039557
parentb6962250fcae561abe51b9b174cc9eb6265e2ed3
Try an experiment using the default line join style postscript, quartz and cairo.
This will be a miter join, which will give a sharp corner for most reasonable line widths.
We were using default join in postscript but by setting the miter limit to 1, this was equivalent
to a bevel join.
plugin/core/ps.txt
plugin/pango/gvrender_pango.c
plugin/quartz/gvrender_quartz.c