mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
added support for font-metrics, to find baseline information for text (text-decoration:underline)
This commit is contained in:
@@ -26,6 +26,7 @@ function html2canvas(el, userOptions) {
|
||||
image;
|
||||
this.imagesLoaded = 0;
|
||||
this.images = [];
|
||||
this.fontData = [];
|
||||
this.ignoreElements = "IFRAME|OBJECT|PARAM";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user