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
Currently, it is possible to create pixmaps where the width or height is 0. This can lead to panics when we start sampling the image when rendering. We probably should prohibit the user from creating such pixmaps.