niklasvh / html2canvas

Screenshots with JavaScript
https://html2canvas.hertzen.com/
MIT License
30.57k stars 4.81k forks source link

Material icons are not rendered in quasar framework #2055

Open vykimo opened 5 years ago

vykimo commented 5 years ago

Bug reports:

I'm using Quasar framework (latest version) but when I try to screen my page with html2canvas, everything is perfect excepted icons (who comes from Material icons). See : https://i.imgur.com/HH9ojJx.png

Exemple :


                round
                size="sm"
                :loading="loadingScreenshot"
                color="negative"
                @click="capturePage()"
                icon="photo_camera"
              >          ```
Icons are remplaced by their name...

### Specifications:

 * html2canvas version tested with: 1.0.0-rc.5
 * Browser & version: chrome/firefox
 * Operating system: Windows
N1Mirzo commented 4 years ago

Hi I have the same problem too. It is not being rendered.