SVG.toDataURL
SVG.toDataURL copied to clipboard
Ignores imported fonts
trafficstars
SVG.toDataURL does not work for imported fonts. Even though the actual <svg> tag next to the image, displays the font perfectly fine.
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
@import url(https://fonts.googleapis.com/css?family=Open+Sans);