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

Text are not drawed #177

Closed shineworld closed 3 years ago

shineworld commented 3 years ago

With the TSVGIconImage the letter A (text) is showed during file selection (I use your Explorer plug-ing extension on W10) but not in TSVGIconImage preview and in the form rendering.

B text is converted from object to path with Inkscape and it is visible. Also Lines with |-----| if not converted to path lost the | at beginning and end and only ----- is showed. flat_end_mill.zip

pyscripter commented 3 years ago

Pleaser read about the choice of factories.

Or you can convert text to path and use any of the above.