mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
export html2canvas, pass value not def to backgroundImage
This commit is contained in:
@ -144,7 +144,7 @@ _html2canvas.Preload = function( options ) {
|
||||
}
|
||||
|
||||
} else {
|
||||
src = _html2canvas.Util.backgroundImage(background_image.definition);
|
||||
src = _html2canvas.Util.backgroundImage(background_image.value);
|
||||
methods.loadImage(src);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user