Summary
When drawing a round rectangle (or rectangle, etc.) in a canvas using (0, 0, g.width, g.height) half of the line width is cut off on all sides. Also on a round rectangle, the corners are funky using these parameters.
Operating System
I only tested with MacOS (M4 Pro)
Steps To Reproduce
if you use g.DrawRoundRectangle (0, 0, g.width, g.height, 8) you should see this issue. If you use g.DrawRoundRectangle (1, 1, g.width - 2, g.height - 2) then it looks correct.
Objo Studio Version
version 26.6.4
Expected Result
See second screenshot
Actual Result
See first screenshot
Screenshots, Logs, Or Sample Project

