LadybirdBrowser/ladybird

LibWeb/SVG: Missing icons on NeoGAF.com

Opened this issue · 1 comments

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>