This commit is contained in:
Kovid Goyal 2016-10-28 17:43:48 +05:30
parent bc349d4fbb
commit 077203de73
2 changed files with 119 additions and 1 deletions

View File

@ -11,7 +11,6 @@ duplicates = {
'calibre': ['library', 'lt'], 'calibre': ['library', 'lt'],
'format-text-color': 'lookfeel', 'format-text-color': 'lookfeel',
'books_in_series': ['series'], 'books_in_series': ['series'],
'forward': ['sync-right'],
} }
sizes = { sizes = {

119
imgsrc/new/sync-right.svg Normal file
View File

@ -0,0 +1,119 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
viewBox="0 0 128 128"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="sync-right.svg">
<defs
id="defs4">
<linearGradient
inkscape:collect="always"
id="linearGradient4141">
<stop
style="stop-color:#016324;stop-opacity:1"
offset="0"
id="stop4143" />
<stop
style="stop-color:#16fb67;stop-opacity:1"
offset="1"
id="stop4145" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4141"
id="linearGradient4147"
x1="64.402176"
y1="1023.1872"
x2="63.597828"
y2="953.27203"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,1,1,0,-924.36222,924.36215)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313708"
inkscape:cx="44.647393"
inkscape:cy="53.034111"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="3840"
inkscape:window-height="2128"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<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:creator>
<cc:Agent>
<dc:title>Kovid Goyal</dc:title>
</cc:Agent>
</dc:creator>
<dc:rights>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:rights>
<dc:publisher>
<cc:Agent>
<dc:title />
</cc:Agent>
</dc:publisher>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#ShareAlike" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36216)">
<path
inkscape:connector-curvature="0"
d="m 36.77778,1050.3622 q 3.1597,0 5.4687,-2.3008 l 54.44454,-54.25003 q 2.309,-2.30078 2.309,-5.44922 0,-3.14844 -2.309,-5.44922 l -54.44454,-54.25 q -2.309,-2.30078 -5.4687,-2.30078 -3.1598,0 -5.4687,2.30078 -2.3091,2.30078 -2.3091,5.44922 l 0,108.50005 q 0,3.1484 2.3091,5.4492 2.3089,2.3008 5.4687,2.3008 z"
id="path4"
style="fill:url(#linearGradient4147);fill-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB