Graphics, Figures & Tables ⇒ pgf: wide arrows with borders, ugly arrow tips
-
- Posts: 1
- Joined: Mon Mar 15, 2010 3:03 pm
pgf: wide arrows with borders, ugly arrow tips
\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 and black border. The problem is that the arrow head is all black instead of matching the body.
Is there a way to achieve this? I don't care about what arrow head is used, just as long as it matches the same style of green inside and black border.
I tried looking at the arrows library but it's good for drawing arrows but not connecting points as far as I can tell.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis