mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
e55b60175b
- New dogear icons in Mosaic cover view to indicate each possible book status: 'Reading', 'On hold', 'Finished' - Progress bar redesigned to be floating, taller, thicker bordered in Mosaic cover view - Don't show progress bar if book is finished - FakeCover bottom text (filename) adjusted to not overlap with progress bar and dogear if they exist - Mosaic book shortcut letter moved from bottom left to top left
6 lines
438 B
XML
6 lines
438 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="48" height="48" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<polygon id="triangle-and-background" points="47,47 1,47 1,1" fill="#ffffff" stroke="#000000" stroke-width="2"/>
|
|
<path id="checkmark" fill="none" stroke="#000000" stroke-width="4" stroke-linecap="square" stroke-linejoin="miter" d="M 21 30 L 10 41 L 6 37"/>
|
|
</svg>
|