Lori Golden - 2015-06-26

Hi,

I'm wondering why the data: url is excluded from ImageRenderer. It seems to work okay for converting html to png.

in renderUrl:

    if (!urlstring.startsWith("http:") &&
        !urlstring.startsWith("ftp:") &&
        !urlstring.startsWith("file:"))
            urlstring = "http://" + urlstring;

http://www.phpied.com/data-urls-what-are-they-and-how-to-use/

Regards,

Lori