VivaGraphJS icon indicating copy to clipboard operation
VivaGraphJS copied to clipboard

Internet Explorer - Update matrix transformation on SVG

Open gg4u opened this issue 9 years ago • 1 comments
trafficstars

Hi Anvaka,

I see you found a bug on IE11 for updating the matrix transformation in SVG: http://jsfiddle.net/anvaka/4bbx4gny/1/ I also commented out: https://connect.microsoft.com/IE/feedbackdetail/view/968203/ie-11-svg-transform-matrix-is-detached-from-svg-element#tabs

If you, github stargazer, stump on it too, please hit MS with your feedback!

I was updating the matrix for better handling translation of svg graph object (I found it more precise for my case rather than renderer.moveTo()) but now I am having some problems.

gg4u avatar Dec 25 '15 19:12 gg4u

According to the MS Edge team seems like this won't get fixed on IE11:

https://connect.microsoft.com/IE/feedbackdetail/view/968203/ie-11-svg-transform-matrix-is-detached-from-svg-element#tabs

@anvaka Seems to me that this also affects the zoom (mouse scroll) - which doesn't work in IE 11 - I tried on some demos, like this one:

demos/tutorial_svg/05%20-%20Edges%20With%20Arrows.html

Is there any suggested workaround I can implement to fix zoom for IE11?

nadavl avatar Mar 09 '16 09:03 nadavl