SVGShellExtensions icon indicating copy to clipboard operation
SVGShellExtensions copied to clipboard

Thumbnails of specific SVGs not shown in File Explorer

Open PeterPanino opened this issue 1 year ago • 4 comments

I have some SVG files showing an Emoji character (see attachment). Although they are displayed perfectly in a browser, these SVG thumbnails are shown with strange symbols in File Explorer when using the (otherwise excellent) Ethea SVGShellExtensions:

image

SVG.zip

PeterPanino avatar Nov 07 '24 14:11 PeterPanino

They are a "strange" SVG, because they draw a Font Character: "SegoeUIEmoji". The browser is capable to use this font, but if you want to use them into Delphi you must download and installa the font in windows... the you must remember to deploy the same font on target machine of your Delphi app... In my opinion is not a good idea... check if the SegoeUIEmoji font provide also native SVG files to draw the same emoji.

carloBarazzetta avatar Nov 07 '24 14:11 carloBarazzetta

"but if you want to use them into Delphi you must download and installa the font in windows..."

But the SegoeUIEmoji font IS indeed installed on my Windows 11 machine (like on all systems with a current OS):

image

So, why the thumbnail is not displayed correctly on my machine?

PeterPanino avatar Nov 07 '24 15:11 PeterPanino

OK, in this case I don't know why Image32 library (that I use to render svg) cannot render this specific svg file. Please open an issue in this project: https://github.com/AngusJohnson/Image32

carloBarazzetta avatar Nov 07 '24 15:11 carloBarazzetta

I use an advanced graphics library that can render all SVG files perfectly:

https://www.imageen.com

Try it out!

PeterPanino avatar Nov 07 '24 16:11 PeterPanino

"but if you want to use them into Delphi you must download and installa the font in windows..."

But the SegoeUIEmoji font IS indeed installed on my Windows 11 machine (like on all systems with a current OS):

image

So, why the thumbnail is not displayed correctly on my machine?

maybe related to this issue (Image32 author did some fix for that one recently): https://github.com/EtheaDev/SVGIconImageList/issues/332

birbilis avatar Dec 30 '25 08:12 birbilis