Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use framebuffer size to create surface for retina displays (#381)
* Always use frame buffer size to create a skia surface to handle retina displays as well, this function will also server as a utility function for PGraphics object so we need 'size' as well, as window is None in that case. * Update ValueError warning
- Loading branch information