I looked into this question which basically is the same question: Circle drawing with SVG's arc path
But it never gets cleared WHY its not possible to draw a full circle with only one arc. SVG arcs allow to specify a largeArcFlag which says: "Take the longer route to the endpoint". So if I have an arc segment which starts and stops at the same point, I would expect that it draws me a full circle when the largeArcFlag is set.
Can someone point me to the specification, saying, that a full circle is just not defined or not allowed?
In my eyes it would totally make sense to allow it