Skip to content

blob not centered as it should #61

Open
@zhyiyu

Description

Hi, I was drawing a blob at a vertex, but it is not centered

\begin{feynman}

\vertex (a1);
\vertex[right = 3 cm of a1] (a2);
\vertex[above = 4 cm of a1] (a3);
\vertex[above right = 4 cm and 3 cm of a1] (a4);
\vertex[above right = 2 cm and 1.5 cm of a1, blob] (b) {};

\diagram*{
(a1) -- [fermion, edge label = \scriptsize{$p$}] (b),
(a2) -- [fermion, edge label' = \scriptsize{$p'$}] (b),
(b) -- [fermion, edge label' = \scriptsize{$k$}] (a3),
(b) -- [fermion, edge label = \scriptsize{$k'$}] (a4),

};
\end{feynman}

The blob is apparently not centered, which makes the whole diagram looks weird.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions