JP-Ellis / tikz-feynman

Feynman Diagrams with TikZ
http://www.jpellis.me/projects/tikz-feynman
Other
146 stars 20 forks source link

Extra vertex shapes #60

Open Turgon-Aran-Gondolin opened 5 years ago

Turgon-Aran-Gondolin commented 5 years ago

Is there extra vertex shapes other than dot, square dot, empty dot, crossed dot and blob? If there's none, is it possible to add more?

An additional question if you can't add more shape for now: How to define a new vertex shape which is the overlay of two pre-existing shapes? i.e. use something like

\tikzfeynmanset{
            empty square dot/.style={
                %1st shape
                /tikzfeynman/square dot,
                /tikz/black,
                %2nd shape
                /tikzfeynman/square dot,
                /tikz/minimum size=0.7mm,
                /tikz/white,
            },
}

my example clearly won't work tho.