mpv icon indicating copy to clipboard operation
mpv copied to clipboard

Support linked images in .svg files

Open pjhfggij opened this issue 6 months ago • 1 comments

Expected behavior of the wanted feature

when displaying an .svg file I'd like mpv to correctly display images references in with xlink:href attribute right now these images aren't showed at all (only embedded images work)

Alternative behavior of the wanted feature

if this is a security concern, could we at least have an additional option to mpv command to provide this support (e.g. --svg-show-image-links)?

Log File

No response

Sample Files

No response

pjhfggij avatar Jun 08 '25 17:06 pjhfggij

FFmpeg would have to implement this and IMO it's unlikely to happen since it introduces complications in the way SVGs are handled.

sfan5 avatar Jun 12 '25 07:06 sfan5

thanks for explaining, that makes sense

it introduces complications in the way SVGs are handled

lack of this support introduces complications in the way I can use mpv 😅 I will open this issue in ffmpeg repo

pjhfggij avatar Jun 25 '25 19:06 pjhfggij