Can n't generate a screenshots with active <svg/> elements(result is empty).
See original GitHub issueSummary
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:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@GarageInc ref #61
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.