dnkl/foot
41
2.0k
Fork
You've already forked foot
243

csi: DECCRA: clamp and verify destination rectangle coordinates #2356

Manually merged
dnkl merged 1 commit from deccra-clamp-and-verify-dst-rect into master 2026年05月22日 11:46:37 +02:00
Owner
Copy link

dst_right was already being clamped, but not dst_left.

In addition to that, reject the sequence if dst_left > dst_right, or dst_bottom > dst_top.

This is already being done for the source rectangle, in params_to_rectangular_area().

Closes #2352

`dst_right` was already being clamped, but not `dst_left`. In addition to that, reject the sequence if `dst_left > dst_right`, or `dst_bottom > dst_top`. This is already being done for the source rectangle, in `params_to_rectangular_area()`. Closes #2352
csi: DECCRA: clamp and verify destination rectangle coordinates
All checks were successful
ci/woodpecker/pull_request_metadata/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
builds.sr.ht/freebsd-x64 Job completed
ci/woodpecker/push/woodpecker Pipeline was successful
b18d8aa2f1
dst_right was already being clamped, but not dst_left.
In addition to that, reject the sequence if dst_left > dst_right, or
dst_bottom > dst_top.
This is already being done for the source rectangle, in
params_to_rectangular_area().
Closes #2352 
dnkl manually merged commit b18d8aa2f1 into master 2026年05月22日 11:46:37 +02:00
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dnkl/foot!2356
Reference in a new issue
dnkl/foot
No description provided.
Delete branch "deccra-clamp-and-verify-dst-rect"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?