Search found 1 match

by laughingrice
Mon Mar 15, 2010 3:09 pm
Forum: Graphics, Figures & Tables
Topic: pgf: wide arrows with borders, ugly arrow tips
Replies: 0
Views: 1081

pgf: wide arrows with borders, ugly arrow tips

I'm trying to draw a wide arrow with pgf in latex with a green color and black border using

\path (0,0) coordinate (A)
(0,2) coordinate (B);
\draw[->,draw=black,double=green,line width=1pt,double distance=7pt,line cap=round] (A) -- (B);

The arrow body comes out great, juts as I want, green inside ...