SVG imports as text
-
Hey,
when you import (load file or drag & drop) the wikipedia logo: https://upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-v2.svg?download
It displays the SVG as text and don't interpret as a vector graphics.
Think the problems is that it starts with an xml tag and define entitys and later on the svg tag begins.
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [ <!ENTITY st0 "opacity:.22;fill:#231F20;"> ... ... ]> <svg version="1.1"
-
@freggern Yes, this can be replicated here also. Added it to the backlog.