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

AV exception at SVGviewer demo start when setting Grayscale to true at FrameViewer.pas #224

Closed birbilis closed 2 years ago

birbilis commented 2 years ago

AV exception occurs at SVGviewer demo start when setting Grayscale to true at FrameViewer.pas

The app proceeds fine, but seems to ignore that setting, which sounds logical side-effect since AV occured in "procedure TD2DSVG.SetGrayScale(const IsGrayScale: Boolean)"

image

image

image