views:

11

answers:

0

I use Graphviz (mainly dot and fdp) to automatically generate some diagrams that I need. For these diagrams I need some special arrow heads that are not a part of the standard collection of arrows: A small black triangle inside a large white triangle, and the same with the black triangle pointing downwards.

What is the best way to add such arrow heads? I don't mind hacking the source code, if necessary. Where should I start?