Hello!
As part of Sheepdog, I have noticed an issue with rendering my Fence objects between Windows and Mac. Fences are drawn fine in Windows. However, in Mac, they are not shown in the right colour (shown in black instead, but notice the name is indeed shown with the correct colour, purple in this case).
When the Fence is selected though, it is shown in the right colour.
And finally, beyond a certain zoom level, the fence is shown with some transparency (again, it is drawn fine when selected)
None of this happens in Windows version, so I’m assuming it is a bug.
These are being drawn with this method:
graphics.DrawPath(pen, path);
Any ideas why this might happen/how to fix it?
Thanks,
Pablo


