Skip to content

carets: Fix rect for negative slopes

Matthias Clasen requested to merge matthiasc/for-main into main

The intention was to flip the rectangle horizontally. We do return a negative width, but we forgot to flip the origin.

Merge request reports