Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't properly show SVG in IE #74

Open
MurilloBatalha opened this issue Apr 4, 2014 · 1 comment
Open

Can't properly show SVG in IE #74

MurilloBatalha opened this issue Apr 4, 2014 · 1 comment

Comments

@MurilloBatalha
Copy link

Hi,

I'm using your plugin to show some SVGs. But when i open my site in IE the plugin can't show properly the image.

Debugging i see that when the image is loaded the width and height both are 0.

You can reproduce this issue using the test page, just change the src of the img tag to point to a svg.

This is my JS

var iv = $("#svgViewer").iviewer(
{
//Hidden input that has the file Url
src: $("#imageUrl").val(),
zoom_min: 1,
update_on_resize: false,
ui_disabled: true,
zoom_animation: false
});

@kaloyan-raev
Copy link

Same problem here. SVGs on IE 11 are not displayed.

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

No branches or pull requests

2 participants