mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 03:16:44 +02:00
The clipping logic is not DRY (Don't Repeat Yourself). The same logic is repeated in multiple parts of an `if-else` statement. This can be simplified to contain fewer branches and eliminate the redundant code.
3.5 KiB
3.5 KiB