mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
GDI+ backend now mostly works okay with the gradient matrix
This commit is contained in:
@@ -17,7 +17,8 @@ from six.moves import zip_longest
|
||||
from ._version import __version__
|
||||
from ._nanosvg import *
|
||||
|
||||
_RenderersWithoutGradientTransforms = ['wxGDIPlusRenderer', 'wxD2DRenderer']
|
||||
_RenderersWithoutGradientTransforms = [ #'wxGDIPlusRenderer',
|
||||
]
|
||||
|
||||
class SVGimage(SVGimageBase):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user