Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibWeb: Remove clipper creation error check in sample_under_corners()
Before, this check was needed to prevent crashing when attempting to allocate zero-size bitmap for sampled corners, which could have happened if a corner had 0 radius in one axis. Now, since SampleUnderCorners command is not emmited when radius is 0 in one axis, this check is no longer needed.
- Loading branch information