mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
fix typo in comment
This commit is contained in:
@@ -122,7 +122,7 @@ class SVGimage(SVGimageBase):
|
||||
elif shape.fill.type == SVG_PAINT_LINEAR_GRADIENT:
|
||||
# NanoSVG gives gradients their own transform which normalizes the
|
||||
# linear gradiants to go from (0, 0) to (0,1) in the transformed
|
||||
# space. Son once we have the transform set we can use those points
|
||||
# space. So once we have the transform set we can use those points
|
||||
# too.
|
||||
gradient = shape.fill.gradient
|
||||
stops = self._makeGradientStops(gradient)
|
||||
|
||||
Reference in New Issue
Block a user