mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 18:33:09 -05:00
Implement continuous scrolling
This commit is contained in:
13
images/viewer_toolbar/toContinuousScroll.svg
Normal file
13
images/viewer_toolbar/toContinuousScroll.svg
Normal 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 |
13
images/viewer_toolbar/toContinuousScroll_18x18.svg
Normal file
13
images/viewer_toolbar/toContinuousScroll_18x18.svg
Normal 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 18 18">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #f0f;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path class="cls-1" d="M3,3h12v1c0,.55-.45,1-1,1H4c-.55,0-1-.45-1-1v-1h0Z"/>
|
||||
<path class="cls-1" d="M4,13h10c.55,0,1,.45,1,1v1H3v-1c0-.55.45-1,1-1Z"/>
|
||||
<rect class="cls-1" x="3" y="6" width="12" height="6" rx="1" ry="1"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 453 B |
Reference in New Issue
Block a user