[pstricks] rounded ends with psbezier

Herbert Voss Herbert.Voss at FU-Berlin.DE
Wed Jun 9 16:42:17 CEST 2010


Am 09.06.2010 16:34, schrieb mathias legrand:

> I found the reason: the arrowscale parameter enlarges the
> rounded ends. Is this a wanted behavior ?

sure, because you defined the lineends as arrows.
Use linecap instead and no arrow definition...

\psbezier[linewidth=0.2,ArrowInside=-<,ArrowInsidePos=0.5,
  linecap=1](3.2,1.7)(4.4,1.3)(4.6,0.5)(4.6,-0.1)
\psset{arrowinset=0,arrowscale=2}
\psbezier[linewidth=0.2,ArrowInside=-<,ArrowInsidePos=0.5,
  linecap=1](2.2,-0.3)(2.0,0.3)(2.6,1.3)(1.2,1.7)

Herbert


More information about the PSTricks mailing list