Hi, I am using the DisplayPipeline.DrawBitmap() method to draw a bitmap in the Rhino display. In Rhino 8.13.24317.13001, the bitmap is displayed correctly, as shown in the attached screenshot:
In Rhino 8.14.24345.15001, the same method call on the same image flips the bitmap in the display, which I think is a regression in behavior.
I have created a reproducer that uses the sample HelloGrasshopper component to make this method call in a similar manner to how we are using it in our Grasshopper plugin. Can someone take a look at this issue?