Skip to content

Change gsk_path_get_closest_point to return distance

Matthias Clasen requested to merge closest-point-distance into main

We already compute it, so lets return it. Bindings seems fine with this change - they already return (success, point) as a tuple anyway.

Merge request reports