BUG: Software renderer not drawing images correctly

Hi,

I think the Software Renderer is drawing images incorrectly for inbetween DPI settings on Windows. I reproduced this on the tip of Development, with switching the Software rendering back on.

Reproduction:

  • DPI settings at (125%, 175% or other inbetween DPI settings)
  • Create an App or plugin.
  • Fill editor background red.
  • Paint into an image the size of the window and paint image into the Editor bounds.
  • Resize the GUI window will cause the red fill to show.

Note:

  • This doesn’t happen with the Direct2D rendererer.

Looks like this in a standalone app window

Best