SVG-Edit / svgedit

Powerful SVG-Editor for your browser
MIT License
6.33k stars 1.52k forks source link

Embeded image does not show up when import to SVG Edit due to xlink:href not supported anymore. #963

Open jfhenon opened 2 months ago

jfhenon commented 2 months ago

Discussed in https://github.com/SVG-Edit/svgedit/discussions/960

Originally posted by **quachhengtony** April 17, 2024 I have an SVG with an embedded image like so: ![image](https://github.com/SVG-Edit/svgedit/assets/29624687/e9d5bbce-6d23-480a-9fc1-db11e7b46f81) However, when I import the SVG to SVG Edit, it does not render on screen. Like so: ![image](https://github.com/SVG-Edit/svgedit/assets/29624687/f0254d15-0a9f-412d-b315-ec3d4fb969f4) But in my file explorer, I can see the image: ![image](https://github.com/SVG-Edit/svgedit/assets/29624687/b0518add-fe9d-409f-a17d-e514db689909) Please help. Thank you.