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
327 stars 96 forks source link

Still rendering errors in ver.2.2.5 #159

Closed PeterPanino closed 3 years ago

PeterPanino commented 3 years ago

When rendering this SVG in TSVGIconImage, there are still rendering errors: See this screenshot.

PeterPanino commented 3 years ago

Here is the SVG file (if the above link does not work): reactor.zip

pyscripter commented 3 years ago

The Pascal renderer may have issues with text elements. The D2D does not support text. So try the Cairo renderer and it should work.

Alternatively convert the text to path using Inkscape or some other svg editor.