This commit is contained in:
Robin Dunn
2019-08-13 15:13:09 -07:00
committed by Robin Dunn
parent 552c6874c9
commit 2cc38c2fe3

View File

@@ -125,7 +125,7 @@ class SVGimage(SVGimageBase):
that window. For example, if a (32,32) pixel bitmap is requested for a
window on a Retina display, then a (64,64) pixel bitmap will be created.
:param wx.Bitmap `size`: Size of the bitmap to create, in pixels
:param wx.Size `size`: Size of the bitmap to create, in pixels
:param wx.Window `window`: Adjust the size by this window's content scale factor, if supported on the platform
:returns: :class:`wx.Bitmap`