felixfbecker / svg-screenshots

📸🧩 Browser extension to take scalable, semantic, accessible screenshots of websites in SVG format.
809 stars 29 forks source link

Cannot screenshot header of Wikipedia home page #94

Open gaul opened 2 years ago

gaul commented 2 years ago

When taking an SVG screenshot of the Wikipedia home page, the header is missing:

Wikipedia Screenshot (1)

This is not a simple image, instead it is:

<span class="central-textlogo__image sprite svg-Wikipedia_wordmark"> Wikipedia </span>

Chrome Dev Tools resolve this to an SVG image:

https://www.wikipedia.org/portal/wikipedia.org/assets/img/sprite-e99844f6.svg

This in turn is a collection of vectors for the icons further down the page.