Skip to content

Fixed render offset

gem2578 requested to merge bug/render-off-by-one into master

@scheunemann I found that the render was off by one pixel. I fix it, made a new image and updated the locations to match the fix.

Main change is the centre circle because draw.ellipse wanted a single centre pixel. However as the size is even there are four centre pixels.

Merge request reports