-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
var dom = $('<img src="source/asset/img/tile.png"/>').appendTo('body')
var dom2 = $('<div id="foo" style="background: url(source/asset/img/tile.png)">Howdy!</div>').appendTo('body')
domvas.toImage(dom[0], function() {
ctx.drawImage(this, 0,0);
});
Adding an img tag does not seem to render.
Trying a div with a background tag seems to prevent even the div from rendering, let alone rendering just some of the DIV's contents.
(Just making your life harder :D)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels