mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
832d915795
* Support cancelling individual moves. Coopt the cancel button to actually do just that, cancel, instead of close. * Don't close when hitting the accept button, allowing to chain multiple moves. Changes are still propagated to the caller on each individual move, though. * Update the new icons to match our usual stroke width.
55 lines
1.8 KiB
XML
55 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
xmlns:cc="http://creativecommons.org/ns#"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
version="1.1"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24.00 24.00"
|
|
enable-background="new 0 0 24.00 24.00"
|
|
xml:space="preserve"
|
|
id="svg4"
|
|
sodipodi:docname="cancel.svg"
|
|
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"><metadata
|
|
id="metadata10"><rdf:RDF><cc:Work
|
|
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
|
|
id="defs8" /><sodipodi:namedview
|
|
pagecolor="#ffffff"
|
|
bordercolor="#666666"
|
|
borderopacity="1"
|
|
objecttolerance="10"
|
|
gridtolerance="10"
|
|
guidetolerance="10"
|
|
inkscape:pageopacity="0"
|
|
inkscape:pageshadow="2"
|
|
inkscape:window-width="2560"
|
|
inkscape:window-height="1381"
|
|
id="namedview6"
|
|
showgrid="true"
|
|
inkscape:zoom="42"
|
|
inkscape:cx="12"
|
|
inkscape:cy="12"
|
|
inkscape:window-x="0"
|
|
inkscape:window-y="0"
|
|
inkscape:window-maximized="1"
|
|
inkscape:current-layer="svg4"
|
|
inkscape:document-rotation="0"><inkscape:grid
|
|
type="xygrid"
|
|
id="grid855" /></sodipodi:namedview>
|
|
|
|
<path
|
|
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
|
|
d="M 18,6 5,19"
|
|
id="path834" /><circle
|
|
style="fill:none;fill-opacity:0.5;stroke:#000000;stroke-width:1.5"
|
|
id="path837"
|
|
cx="11.5"
|
|
cy="12.5"
|
|
r="8.5" /></svg>
|