Everyting.exe cannot maximize the display of SVG thumbnails,slowly

Found a bug in "Everything"? report it here
Post Reply
AutoSoft
Posts: 32
Joined: Fri Jun 09, 2023 9:56 am

Everyting.exe cannot maximize the display of SVG thumbnails,slowly

Post by AutoSoft »

Everyting.exe cannot maximize the display of SVG thumbnails, and it is slow to display one image per second
You can try using the Webbrowser control in the IE kernel of the system to load multiple SVG images at once, then take screenshots and split them to extract multiple small images
or you can get size from "viewBox="0 0 16 16""??
Everyting.exe ShowSvg.png
Everyting.exe ShowSvg.png (90.35 KiB) Viewed 881 times

Code: Select all

<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
  <path fill="#E0DFDF" fill-rule="evenodd" d="M2 2a2 2 0 012-2h8a2 2 0 012 2v12a2 2 0 01-2 2H4a2 2 0 01-2-2V2zm2-1a1 1 0 00-1 1v12a1 1 0 001 1h8a1 1 0 001-1V2a1 1 0 00-1-1H4z" clip-rule="evenodd"/>
  <path fill="#4CC2FF" fill-rule="evenodd" d="M4 5a1 1 0 011-1h1a1 1 0 011 1v1a1 1 0 01-1 1H5a1 1 0 01-1-1V5zm2 0H5v1h1V5zM4 10a1 1 0 011-1h1a1 1 0 011 1v1a1 1 0 01-1 1H5a1 1 0 01-1-1v-1zm2 0H5v1h1v-1zM8 5.5a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5zm0 5a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5z" clip-rule="evenodd"/>
</svg>
therube
Posts: 5118
Joined: Thu Sep 03, 2009 6:48 pm

Re: Everyting.exe cannot maximize the display of SVG thumbnails,slowly

Post by therube »

What OS?
If you opened the same .svg files in Windows Explorer, does it behave the same as in Everything?
void
Developer
Posts: 17299
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everyting.exe cannot maximize the display of SVG thumbnails,slowly

Post by void »

Everything does not create thumbnails for .svg files out of the box.

You will need a third party shell extension to gather thumbnails from .svg files.

What third party shell extension are you using?



edit:
Please make sure Everything is installed correctly and running as a standard user:
  • In Everything, from the Tools menu, click Options.
  • Click the General tab on the left.
  • Check Store settings and data in %APPDATA%\Everything.
  • Uncheck Run as administrator.
  • Check Everything Service. (Please make sure this is tick-checked and not square-checked)
  • Click OK.
  • Exit Everything (from the File menu, click Exit).
  • Restart Everything.
NotNull
Posts: 5623
Joined: Wed May 24, 2017 9:22 pm

Re: Everyting.exe cannot maximize the display of SVG thumbnails,slowly

Post by NotNull »

IIRC, PowerToys has a svg (preview? thumbnail?) handler. It is installed per user. Running as administrator might cause issues here ..
AutoSoft
Posts: 32
Joined: Fri Jun 09, 2023 9:56 am

Re: Everyting.exe cannot maximize the display of SVG thumbnails,slowly

Post by AutoSoft »

in windows,it's can show svg picture,but some SVG IS SMALL
Post Reply