tsayen / dom-to-image

Generates an image from a DOM node using HTML5 canvas
Other
10.32k stars 1.68k forks source link

Glyphicons are rectangles in Chrome #211

Open yaitskov opened 6 years ago

yaitskov commented 6 years ago

Use case: description, code

     <td class="text-danger">
       Hello
       <span class="glyphicon glyphicon-globe"></span></td>
     <td>

Expected behavior

Earth icon is shown

Actual behavior (stack traces, console logs etc)

Rectangle is shown

Library version

"dom-to-image": "^2.6.0",
"bootstrap": "^3.3.1",

Browsers

Chromium Version 65.0.3325.181 (Official Build) Built on Ubuntu , running on Ubuntu 17.10 (64-bit)

Opera Version: | 52.0.2871.99 - is up to date

It is working for Firefox 59.0.2 (64-bit)