commit 16ac7d984809b6b3e106ecf5bd142ed2e067aa0f
Author: frmdstryr <frmdstryr@protonmail.com>
Date:   Wed Sep 21 17:15:05 2022 -0400

    Fix numerical errors with exported pdf arcs (#690)
    
    The PdfPainterMM API only supports micrometer precision, however that's apparently not sufficient for reproducing small arcs/circles. Use PdfPainter instead as it supports floating point coordinates.
    
    changelog: Bugfixes/Board Editor: correctly export small arcs as encountered on padstacks with rounded corners
