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

It is an SVG image copied from another program to the clipboard. This should be the same xml as is in a .svg file. It works fine to paste into other programs (Word, InkSkape etc.), but writing a clipboard handler in the browser for this format does not seem to be possible. The image format is not listed by the clipboardData element. From the specification, it is my impression that this is how it is supposed to work.
The format is listed on https://w3c.github.io/clipboard-apis/#reading-from-clipboard,  I cannot find any traces of it in Chromium here https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/clipboard/clipboard_mime_types.cc?sq=package:chromium&g=0

-- 
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-510493455

Received on Thursday, 11 July 2019 13:49:20 UTC