Eddie-Larsson / mapbox-print-pdf

A library for saving high resolution versions of mapbox-gl maps to a pdf with an optional header and/or footer that scales with the size of the format.
https://eddie-larsson.github.io/mapbox-print-pdf/
MIT License
51 stars 18 forks source link

Bug in html2canvas for IE11 #2

Open Eddie-Larsson opened 6 years ago

Eddie-Larsson commented 6 years ago

Html2canvas sometimes fails in ie because a member cannot be accessed, a fix exists but isn't merged. For now a fork is used but should be removed when the fix is done.

BrunoMarc commented 6 years ago

How to make it work with the fork? Im having the same problem :/
Thanks!