Skip to content

Fixed writing pixels out of bounds when using the gradient ellipse (corners) tool.

Kiri requested to merge ExpiredPopsicle/grafX2:ellipse_clipping_fix into master

Gradient ellipse (corners) tool had no clipping code, and would draw off the bottom or right edge of the image.

Clipping code has been added, similar to other tools.

Merge request reports