You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make various corrections to polygon and projection logic
Hello rabbit hole. When trying to construct ARBN primitives from ARB8
primitives, found a problem with the closest point calculation that was
being masked in other use cases. Also saw an issue where passing
point_t rather than a pointer to the point_t was causing a problem.
Correct the libbg plane/point unit tests, updated a few of the ell
drawing images which were showing pixel differences after fixing the
projection issue, and verified the qged polygon drawing works.
0 commit comments