felixfbecker / svg-screenshots

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

Missing bullets in bulleted list #117

Open d262a15b-daf8-4c67-a39d-ec7e03fcc16b opened 1 year ago

d262a15b-daf8-4c67-a39d-ec7e03fcc16b commented 1 year ago

When making a screenshot of the following HTML file, the bullets before "Foo" and "Bar" are missing:

<html>
  <body>
    <ul>
      <li>Foo</li>
      <li>Bar</li>
    </ul>
  </body>
</html>

This is the case with both Firefox 102.10.0esr-1 and Chromium 112.0.5615.138-1.