diff options
author | kondou <kondou@ts.unde.re> | 2013-10-08 02:40:13 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-10-08 02:40:13 +0200 |
commit | c99c3ea9e62d5c150aaaecc4075f4ea35b4034ea (patch) | |
tree | 95abdbd2f55858bf2bd5dbee3be4a83b6bc59ff2 /core/img | |
parent | 4af220d09e70b63195da2cb90f7556461cf29157 (diff) | |
download | nextcloud-server-c99c3ea9e62d5c150aaaecc4075f4ea35b4034ea.tar.gz nextcloud-server-c99c3ea9e62d5c150aaaecc4075f4ea35b4034ea.zip |
Optimize confirm.[svg|png] with optipng and scour
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/confirm.png | bin | 190 -> 132 bytes | |||
-rw-r--r-- | core/img/actions/confirm.svg | 67 |
2 files changed, 4 insertions, 63 deletions
diff --git a/core/img/actions/confirm.png b/core/img/actions/confirm.png Binary files differindex ccde88fb1e2..3021d4c27d6 100644 --- a/core/img/actions/confirm.png +++ b/core/img/actions/confirm.png diff --git a/core/img/actions/confirm.svg b/core/img/actions/confirm.svg index bb3f9db2eb8..6b69c1d6c4f 100644 --- a/core/img/actions/confirm.svg +++ b/core/img/actions/confirm.svg @@ -1,65 +1,6 @@ <?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="16" - height="16" - id="svg3875" - version="1.1" - inkscape:version="0.48.3.1 r9886" - sodipodi:docname="confirm.svg" - inkscape:export-filename="confirm.png" - inkscape:export-xdpi="90" - inkscape:export-ydpi="90"> - <defs - id="defs3877" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="3.1681699" - inkscape:cx="89.389296" - inkscape:cy="-6.0573678" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1366" - inkscape:window-height="744" - inkscape:window-x="0" - inkscape:window-y="24" - inkscape:window-maximized="1" /> - <metadata - id="metadata3880"> - <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> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1036.3622)"> - <path - style="fill:#000000;fill-opacity:1;stroke:none" - d="m 1,1047.3622 0,-6 7,0 0,-4 7,7 -7,7 0,-4 z" - id="path3086" - inkscape:connector-curvature="0" - sodipodi:nodetypes="cccccccc" /> - </g> +<svg 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/"> + <g transform="translate(0 -1036.4)"> + <path d="m1 1047.4v-6h7v-4l7 7-7 7v-4z"/> + </g> </svg> |