Skip to content

mp_uctx: fix truncation of arguments of curve_to and rel_curve_to

Phileas requested to merge pippin/uctx-fix-argument_truncation into main

Only ctx.arc has a 6th integer argument, integer truncation was applied to all 6-argument methods.

Merge request reports