getSvgBackImageElement Method (original) (raw)
Summary
Gets an HTML Element representing the raster image for this page.
Syntax
Parameters
backColor
Color to use to fill the background of the image.
imageLoader
An optional ImageLoader instance to use instead of the internally-created one.
Return Value
A Promise object that may resolve successfully to an HTML Element. If IsSvgSupported is false, the request and Promise object will fail. If the SVG for this page contains no background images, the request and Promise object will return a 1x1 transparent GIF image.