SVG and tag picture doesn't show
Hello,
First of all, congratulations by the framework.
When I save my screenshot, doens't show the pictures between the tag
Can you help me please?
Jonatas Nardi
Can you paste you code where you call webshot?
Screenshot: http://i.imgur.com/LNDaZQ3.png Code: http://i.imgur.com/Fl8nP0U.png
Look the screenshot, the svg icons renders with black background and with a different size and position.
Only tag SVG doesn't render. The picture tag I solved.
I'm basing on "basic.js"
I really need this to work. Thanks by help man!
Have you tried adding a renderDelay?
var options = { renderDelay: 6000 };
webshot('example.html', 'example.png', options, function(err) { });
I apply the renderDelay, but doesn't work too. I continue with the same problem :(
Same here, I'm using the latest phantomjs with phanthomPath, but still not showing the SVG... Update: Okay, I figured out that it's not working only if I'm using local HTML file.
I had a similar issue, but it was an error on my svg. Now it's working