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

SvgIconImage.DoubleBuffered := True; #255

Closed limelect closed 1 year ago

limelect commented 1 year ago

D10.2.3 compiling svgExplorer No DoubleBuffered in SvgIconImage.

Window 7 On the SvgViewer window svg support is not available

On svgexplorer scale does not exist

carloBarazzetta commented 1 year ago

I'll investigate, but SvgIconExplorer is an old way to obtain preview of svg icons into file-system. Consider to use: https://github.com/EtheaDev/SVGShellExtensions

carloBarazzetta commented 1 year ago

"Window 7 On the SvgViewer window svg support is not available": The problem here is that SvgViewer use all the 4 engines available to compare rendering, but D2DEngine is not supported on Windows 7.

"On svgexplorer scale does not exist": simply remove from dfm

limelect commented 1 year ago

Thanks