LadybirdBrowser / ladybird

Truly independent web browser
https://ladybird.org
BSD 2-Clause "Simplified" License
20.04k stars 829 forks source link

LibWeb/SVG: Missing icons on NeoGAF.com #141

Closed konrad1977 closed 1 month ago

konrad1977 commented 3 months ago

Version: 2f5cf8ac204a58dc2a6f722dd95015c6c2fb7a78 link: https://www.neogaf.com/forums/gaming-discussion.2/

Skärmavbild 2024-06-12 kl  07 50 07
awesomekling commented 3 months ago

Looks like they are inline SVGs that pull from an external SVG via <use>:

<div class="structItem-iconContainer">
    <svg class="icon icon-orb" role="img">
        <use xlink:href="/styles/neogaf/defs.svg#icon-orb"></use>
    </svg>
</div>