You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid confusion and support better compatibility with retina (deviceRatio=2 for mac) and non-retina display, when we try session.set_view_area(800, 800), for example, we should keep the size of the output PNG as 800x800. Currently, if a Retina display is detected, we will see the resulting PNG has a size of 1600x1600.
To avoid confusion and support better compatibility with retina (deviceRatio=2 for mac) and non-retina display, when we try
session.set_view_area(800, 800)
, for example, we should keep the size of the output PNG as 800x800. Currently, if a Retina display is detected, we will see the resulting PNG has a size of 1600x1600.example script
The text was updated successfully, but these errors were encountered: