Summary
set_size_inches currently uses
|
dpi_ratio = getattr(canvas, '_dpi_ratio', 1) |
I haven't actually tried, but I wonder if that was missed in
#19126, and should be changed to
canvas.device_pixel_ratio?
(Likewise, backend_macosx.py would likely need to be updated in the same manner?)
Proposed fix
No response