eddieantonio/imgcat

Can't display svg images on my Mac

Jeff-Tian opened this issue · 1 comments

Not sure if it is my mac issue:

imgcat <(curl -s https://upload.wikimedia.org/wikipedia/commons/f/fa/Apple_logo_black.svg)

it shows:

image

For other types of image, png for example, it works.

Since imgcat delegates rendering to iTerm2's inline image protocol, this issue cannot be fixed within imgcat. Instead, SVG rendering is an issue for iTerm2.

Please refer to this issue on iTerm2's issue tracker: https://gitlab.com/gnachman/iterm2/-/issues/6479