SVG.toDataURL icon indicating copy to clipboard operation
SVG.toDataURL copied to clipboard

Ignores imported fonts

Open vallentin opened this issue 9 years ago • 0 comments
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);

vallentin avatar Apr 18 '16 17:04 vallentin