EtheaDev / SVGIconImageList

Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
Apache License 2.0
321 stars 93 forks source link

Radiant gradients do not handle stop-opacity well #174

Closed pyscripter closed 3 years ago

pyscripter commented 3 years ago

Radial gradiants with stop-opacity below 1 fill the shape with the color and do not respect the opacity.

I have made some minor changes in SVGPaint to fix that. See attached.

SVGPaint.zip