Implement continuous scrolling

This commit is contained in:
luisangelsm
2026-02-22 19:28:37 +01:00
parent 2450c94972
commit adfa058742
17 changed files with 848 additions and 39 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<defs>
<style>
.cls-1 {
fill: #f0f;
}
</style>
</defs>
<path class="cls-1" d="M2,2h12v1c0,.55-.45,1-1,1H3c-.55,0-1-.45-1-1v-1h0Z"/>
<path class="cls-1" d="M3,12h10c.55,0,1,.45,1,1v1H2v-1c0-.55.45-1,1-1Z"/>
<rect class="cls-1" x="2" y="5" width="12" height="6" rx="1" ry="1"/>
</svg>

After

Width:  |  Height:  |  Size: 453 B