mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 16:30:29 +00:00
5 lines
163 B
XML
5 lines
163 B
XML
<svg xmlns="http://www.w3.org/2000/svg">
|
|
<marker id="marker" viewBox="0 0 10 10" markerHeight="-1px"/>
|
|
<path d="M0,0 h10" marker-start="url(#marker)"/>
|
|
</svg>
|