Incorrect elliptical arc end angle
Valentina produces incorrect by elliptical arc ignoring the end angle defined by user. This is a very well-known issue across the internet. Example one, two, three, four.
Currently, we rely on method QPainterPath::arcTo
to produce correct shape. Just passing user defined end angle will not work.
Instead we need this