Re: [w3c/clipboard-apis] Make it possible to read image/svg+xml from the clipboard (#92)

Followed up with the @daKmoR via Twitter DM. Here's my response:

Copying SVGs works. See my demo at https://async-clipboard-demo.glitch.me and check the console. See how the SVG is there, alongside the PNG and plain text source code of the SVG? The problem is more the receiving app. It takes whatever works, and how it does that is an implementation detail. You can try flipping the order and put the SVG first, so if the receiving app can work with SVGs and uses whatever works _first_, then you might get lucky.

![image](https://user-images.githubusercontent.com/145676/141297658-0005d552-f514-4f20-8191-815b73098d32.png)


-- 
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/92#issuecomment-966261097

Received on Thursday, 11 November 2021 12:25:51 UTC