In my case, I changed the graphic elements that make up the image from svg to png. When using svg, I am seeing a security error in IE 11 (and 10), not Chrome, when I use toDataURL. Building the graphic using png elements, it’s fine.
There is a 2nd problem with svgs not resizing properly in IE 11, so that’s another strike against using svgs with IE.