3 p
= path
.curve(0, 0, 0.05, 0.3, 0.2, 0.5, 0.5, 0.5)
4 d
= [deco
.filled([color
.gray(0.7)]),
5 deco
.stroked([color
.gray(0.3), style
.linejoin
.round])]
6 a
= deco
.earrow
.large(d
)
7 c
.stroke(p
, [style
.linestyle
.dashed
, a
])
8 c
.writeEPSfile("arrow")