Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Image tag not working in version of Chrome #212

Open
khuong291 opened this issue Mar 27, 2019 · 3 comments
Open

Image tag not working in version of Chrome #212

khuong291 opened this issue Mar 27, 2019 · 3 comments

Comments

@khuong291
Copy link

I have an image tag inside svg tag like this
Screen Shot 2019-03-27 at 18 46 46
But when I save to png file, that image tag does not show

@exupero
Copy link
Owner

exupero commented Mar 31, 2019

I see a couple strange things about your image tag:

  1. It has two href attributes. Is that in your source code, or is a library adding an extra one?
  2. I believe SVG image tags use xlink:href as the attribute name, not href.

The test page uses several image tags, so I'm fairly confident this functionality is working. Take a look at that code to see if there are meaningful differences from your code, and feel free to re-open if you find a problem.

@exupero exupero closed this as completed Mar 31, 2019
@yuyangv5
Copy link

I have the same problem.
The test page has the problem too.
My browser is chrome 73.0.3683.75 (64x).

@exupero exupero changed the title image tag does not work Image tag not working in version of Chrome Apr 29, 2019
@exupero exupero reopened this Apr 29, 2019
@exupero
Copy link
Owner

exupero commented May 5, 2019

#219 added a fix for an image issue. Can you test with version 1.4.13?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants