Commits on orphan branches are piled together in the top left corner of the svg commit group.
If I inspect the commit elements I see that:
- in circle
cx and cy are missing
- in commitId and commit message
x is missing and y is NaN

How to reproduce:
git init .
// start digit on this repo
touch test
git add test
git commit -m "initial commit"
git checkout --orphan secret
git commit -m "secret"