Small changes.

This commit is contained in:
Lars Jung 2014-05-30 00:45:50 +02:00
parent 2b26796719
commit 05504d8e5d
2 changed files with 26 additions and 17 deletions

View File

@ -1,17 +1,26 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg id="svg7384" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<metadata id="metadata90">
<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>Gnome Symbolic Icon Theme</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<title id="title9167">Gnome Symbolic Icon Theme</title>
<g id="layer14" transform="translate(-462,-300)">
<path id="path1234" style="block-progression:tb;text-indent:0;color:#555555;text-transform:none;fill:#555555" d="m464.81 301a1.0001 1.0001 0 0 0 -0.8125 1v13a1.0001 1.0001 0 0 0 1 1h10a1.0001 1.0001 0 0 0 1 -1v-9.4375a1.0001 1.0001 0 0 0 -0.28125 -0.71875l-3.5625-3.5625a1.0001 1.0001 0 0 0 -0.72 -0.28h-6.4375a1.0001 1.0001 0 0 0 -0.0937 0 1.0001 1.0001 0 0 0 -0.0937 0zm1.1875 2h5v3h3v8h-8v-11z"/>
</g>
<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"
id="svg7384"
height="12"
width="12"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="page.svg">
<g
id="layer14"
transform="matrix(0.68005728,0,0,0.70728284,-313.86652,-213.11037)">
<path
id="path1234"
style="text-indent:0;text-transform:none;block-progression:tb;color:#555555;fill:#555555"
d="m 479.1751,323.93034 0,-15.55248 -4.41139,-4.24158 -13.23419,-10e-6 1e-5,19.79407 m 2.94093,-1.41387 -10e-6,-15.55248 7.35234,10e-6 0,4.24159 4.41139,0 -10e-6,11.31088"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -8,8 +8,8 @@ modulejs.define('core/resource', ['core/settings'], function (settings) {
icon = function (id) {
// return settings.appUrl + 'client/themes/faenza/icons/' + id + '.png';
return settings.appUrl + 'client/themes/evolvere/icons/' + id + '.svg';
return settings.appUrl + 'client/themes/faenza/icons/' + id + '.png';
// return settings.appUrl + 'client/themes/evolvere/icons/' + id + '.svg';
};
return {