Diffusion Krita c713ea3be5d9

Fix pasting SVG as vectors on Windows

Authored by rempt on Apr 10 2020, 10:27 AM.

Description

Fix pasting SVG as vectors on Windows

On Windows, inkscape puts the following mimetypes on the clipboard:

"image/x-inkscape-svg"
"application/x-qt-windows-mime;value=\"PNG\"" "application/x-qt-image"

While krita expected

"image/svg+xml"

Now we just look through all formats to see whether there's one htat
says 'svg' and then use that data.

Details

Committed
remptApr 14 2020, 8:11 AM
Parents
R37:b8ee58eccf93: GIT_SILENT made messages (after extraction)
Branches
Unknown
Tags
Unknown