question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can n't generate a screenshots with active <svg/> elements(result is empty).

See original GitHub issue

Summary

Can n’t generate a screenshot of page with active <svg/> elements. For example: html contains svg charts (highcharts/other). But it works good with external svg-files(added as background image for div elements or in img element)

Expected result: screenshots with SVG elements.

Really: screenshots with empty spaces for svg elements.

Does it possible to generate a screenshots with active <svg/> elements/charts?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
bubkoocommented, Oct 26, 2020
0reactions
vivcat[bot]commented, Dec 26, 2021

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Document Structure — SVG 2
An SVG document fragment can range from an empty fragment (i.e., no content inside of the 'svg' element), to a very simple SVG...
Read more >
How can I remove or replace SVG content? - Stack Overflow
Here is the solution: d3.select("svg").remove();. This is a remove function provided by D3.js.
Read more >
flutter_svg | Flutter Package - Pub.dev
Automated tests will continue to compare these to ensure code changes do not break known-good renderings. Basic usage (to create an SVG rendering...
Read more >
What is an SVG File Used For and Why Developers Should be ...
SVGs are scalable and will render pixel-perfect at any resolution whereas JPEGs, PNGs and GIFs will not. SVGs are vector images and ...
Read more >
Scaling of SVG backgrounds - CSS: Cascading Style Sheets
This article describes how scaling of SVG images is handled when ... It doesn't care what size it is, nor does it care...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found