Re: [w3c/clipboard-apis] mac os doesn't recognize 'image/svg+xml' mime type (#105)

> I apologize again for asking in the wrong place. But it seems I stumbled into the right guy to ask:) There are many new terms for me. It sounds like although Qt takes arguments in the MIME type, but behind the scenes it converts to whatever the system understands. It just so happens that apple os (or NSPasteboard) don't have a standard type for svg, as I can't find it in the list you mentioned. But windows clipboard does use MIME so there's no problem?

It looks like we do have UTI for SVG: https://developer.apple.com/documentation/coreservices/kuttypescalablevectorgraphics?language=objc so this is probably just a Qt bug that it doesn't know how to convert that SVG MIME type to this UTI. I suggest you work with folks maintaining Qt to resolve this issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/105#issuecomment-555237451

Received on Monday, 18 November 2019 22:24:12 UTC