i want transparent background color PNG image
so, i'm mark up with HTML follow codes.
body {
margin:0px;
padding:0px;
width:720px;
height:720px;
background: transparent;
}
when render with phantomjs, result PNG is transparent image,
but slimerJS result image doesn't transparent PNG
please check this issue
thanks.
i want transparent background color PNG image
so, i'm mark up with HTML follow codes.
body {
margin:0px;
padding:0px;
width:720px;
height:720px;
background: transparent;
}
when render with phantomjs, result PNG is transparent image,
but slimerJS result image doesn't transparent PNG
please check this issue
thanks.