Redo icon as adaptive icon

This commit is contained in:
Gregor Santner 2018-03-05 14:23:51 +01:00
parent dd0432f718
commit 07acb6bd02
34 changed files with 66 additions and 397 deletions

View File

@ -1,6 +1,6 @@
[![GitHub release](https://img.shields.io/github/tag/diaspora-for-android/dandelion.svg)](https://github.com/diaspora-for-android/dandelion/releases)
[![Build Status](https://travis-ci.org/Diaspora-for-Android/dandelion.svg?branch=master)](https://travis-ci.org/Diaspora-for-Android/dandelion)
[![Translate - with Stringlate](https://img.shields.io/badge/stringlate-translate-green.svg)](https://lonamiwebs.github.io/stringlate/translate?git=https%3A%2F%2Fgithub.com%2Fdiaspora-for-android%2Fdandelion.git)
[![Translate - with Stringlate](https://img.shields.io/badge/stringlate-translate-green.svg)](https://lonamiwebs.github.io/stringlate/translate?git=https%3A%2F%2Fgithub.com%2Fdiaspora-for-android%2Fdandelion.git&mail=gro.xobliam@@rentnasg)
[![Chat - Matrix](https://img.shields.io/badge/chat-on%20matrix-blue.svg)](https://matrix.to/#/#dandelion:matrix.org) [![Chat - FreeNode IRC](https://img.shields.io/badge/chat-on%20irc-blue.svg)](https://kiwiirc.com/client/irc.freenode.net/?nick=dandelion-anon|?##dandelion)
[![Donate Bitcoin](https://img.shields.io/badge/donate-bitcoin-orange.svg)](http://gsantner.net/#donate)
[![Donate LiberaPay](https://img.shields.io/badge/donate-liberapay-orange.svg)](https://liberapay.com/gsantner/donate)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -22,6 +22,7 @@ import android.annotation.TargetApi;
import android.app.ActivityManager;
import android.content.pm.ActivityInfo;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.support.v7.app.AppCompatActivity;
@ -69,15 +70,7 @@ public abstract class ThemedActivity extends AppCompatActivity {
*/
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
private void updateRecentAppColor() {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
BitmapDrawable drawable = ((BitmapDrawable) getDrawable(R.drawable.ic_launcher));
if (drawable != null) {
setTaskDescription(new ActivityManager.TaskDescription(
getResources().getString(R.string.app_name),
drawable.getBitmap(),
getAppSettings().getPrimaryColor()));
}
}
}
protected void updateScreenRotation() {

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_test_background"/>
<foreground android:drawable="@drawable/ic_launcher_test_foreground"/>
</adaptive-icon>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_test_background"/>
<foreground android:drawable="@drawable/ic_launcher_test_foreground"/>
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 929 B

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="20"
android:viewportHeight="20">
<path
android:pathData="M0.025,-0.07h19.95v20.14H0.025z"
android:fillColor="#207BE6"/>
</vector>

View File

@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="36.363636"
android:viewportHeight="36.363636">
<group android:translateX="8.181818"
android:translateY="8.181818">
<path
android:pathData="M11.337,14.123l-0.963,-1.345c-0.257,-0.36 -0.466,-0.64 -0.477,-0.64 -0.012,0 -0.416,0.544 -0.958,1.287a83.9,83.9 0,0 1,-0.947 1.287c-0.015,0 -1.86,-1.3 -1.865,-1.313 -0.002,-0.007 0.415,-0.62 0.927,-1.361 0.512,-0.742 0.931,-1.36 0.931,-1.375 0,-0.023 -0.166,-0.081 -1.468,-0.515l-1.485,-0.496c-0.013,-0.005 0.063,-0.263 0.327,-1.094 0.19,-0.599 0.349,-1.093 0.354,-1.099 0.005,-0.006 0.707,0.219 1.56,0.5 0.852,0.28 1.556,0.509 1.565,0.509 0.008,0 0.018,-0.013 0.022,-0.03 0.003,-0.015 0.01,-0.74 0.016,-1.612 0.006,-0.87 0.015,-1.59 0.02,-1.6 0.009,-0.012 0.248,-0.015 1.127,-0.015 0.614,0 1.123,0.004 1.13,0.01 0.01,0.006 0.027,0.485 0.056,1.56 0.046,1.766 0.047,1.79 0.075,1.79 0.01,0 0.686,-0.226 1.501,-0.503a50.795,50.795 0,0 1,1.49 -0.492c0.016,0.019 0.685,2.194 0.676,2.202 -0.004,0.005 -0.684,0.237 -1.51,0.517 -1.137,0.386 -1.504,0.515 -1.507,0.531 -0.003,0.012 0.388,0.597 0.886,1.324 0.49,0.716 0.888,1.308 0.886,1.314a96.945,96.945 0,0 1,-1.852 1.364c-0.006,0 -0.239,-0.317 -0.517,-0.705z"
android:fillColor="#fafafa"/>
</group>
</vector>

View File

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="20"
android:viewportHeight="20">
<path
android:pathData="M0.025,-0.07h19.95v20.14H0.025z"
android:fillColor="#492600"/>
</vector>

View File

@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="36.363636"
android:viewportHeight="36.363636">
<group android:translateX="8.181818"
android:translateY="8.181818">
<path
android:pathData="M11.337,14.123l-0.963,-1.345c-0.257,-0.36 -0.466,-0.64 -0.477,-0.64 -0.012,0 -0.416,0.544 -0.958,1.287a83.9,83.9 0,0 1,-0.947 1.287c-0.015,0 -1.86,-1.3 -1.865,-1.313 -0.002,-0.007 0.415,-0.62 0.927,-1.361 0.512,-0.742 0.931,-1.36 0.931,-1.375 0,-0.023 -0.166,-0.081 -1.468,-0.515l-1.485,-0.496c-0.013,-0.005 0.063,-0.263 0.327,-1.094 0.19,-0.599 0.349,-1.093 0.354,-1.099 0.005,-0.006 0.707,0.219 1.56,0.5 0.852,0.28 1.556,0.509 1.565,0.509 0.008,0 0.018,-0.013 0.022,-0.03 0.003,-0.015 0.01,-0.74 0.016,-1.612 0.006,-0.87 0.015,-1.59 0.02,-1.6 0.009,-0.012 0.248,-0.015 1.127,-0.015 0.614,0 1.123,0.004 1.13,0.01 0.01,0.006 0.027,0.485 0.056,1.56 0.046,1.766 0.047,1.79 0.075,1.79 0.01,0 0.686,-0.226 1.501,-0.503a50.795,50.795 0,0 1,1.49 -0.492c0.016,0.019 0.685,2.194 0.676,2.202 -0.004,0.005 -0.684,0.237 -1.51,0.517 -1.137,0.386 -1.504,0.515 -1.507,0.531 -0.003,0.012 0.388,0.597 0.886,1.324 0.49,0.716 0.888,1.308 0.886,1.314a96.945,96.945 0,0 1,-1.852 1.364c-0.006,0 -0.239,-0.317 -0.517,-0.705z"
android:fillColor="#fafafa"/>
</group>
</vector>

View File

@ -12,7 +12,7 @@ It adds useful features to your networking experience:
<b>Support the project:</b>
✋ <a href="https://lonamiwebs.github.io/stringlate/translate?git=https%3A%2F%2Fgithub.com%2Fdiaspora-for-android%2Fdandelion.git">Translate using Stringlate</a>
✋ <a href="https://lonamiwebs.github.io/stringlate/translate?git=https%3A%2F%2Fgithub.com%2Fdiaspora-for-android%2Fdandelion.git&mail=gro.xobliam@@rentnasg">Translate using Stringlate</a>
✋ <a href="https://matrix.to/#/#dandelion:matrix.org">Join discussion on Matrix</a>
✋ <a href="https://github.com/diaspora-for-android/dandelion#contributions">More information about contributions</a>
✋ <a href="http://gsantner.net/supportme?ref=dandelion&source=fdroid">Support main developer</a>

View File

@ -1,386 +0,0 @@
<?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="48"
height="48"
viewBox="0 0 48 48"
id="svg2"
version="1.1"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="sc_edit.svg"
inkscape:export-filename="/home/juergen/Desktop/sc_edit.png"
inkscape:export-xdpi="144"
inkscape:export-ydpi="144">
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4.0000002"
inkscape:cx="-19.294902"
inkscape:cy="0.029871"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
fit-margin-top="2"
fit-margin-left="2"
fit-margin-right="2"
fit-margin-bottom="2"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1366"
inkscape:window-height="699"
inkscape:window-x="0"
inkscape:window-y="33"
inkscape:window-maximized="1"
inkscape:snap-grids="false"
inkscape:snap-to-guides="false"
units="px">
<inkscape:grid
type="xygrid"
id="grid4138"
originx="79.999996"
originy="-27.999998" />
<sodipodi:guide
position="89.999996,-9.9999981"
orientation="0,1"
id="guide4140"
inkscape:locked="false" />
<sodipodi:guide
position="89.999996,-25.999998"
orientation="0,1"
id="guide4142"
inkscape:locked="false" />
<sodipodi:guide
position="81.999996,-17.999998"
orientation="1,0"
id="guide4144"
inkscape:locked="false" />
<sodipodi:guide
position="79.999996,-27.999998"
orientation="0,20"
id="guide4146"
inkscape:locked="false" />
<sodipodi:guide
position="99.999996,-27.999998"
orientation="-20,0"
id="guide4148"
inkscape:locked="false" />
<sodipodi:guide
position="99.999996,-7.9999981"
orientation="0,-20"
id="guide4150"
inkscape:locked="false" />
<sodipodi:guide
position="79.999996,-7.9999981"
orientation="20,0"
id="guide4152"
inkscape:locked="false" />
<sodipodi:guide
position="97.999996,-17.999998"
orientation="1,0"
id="guide4154"
inkscape:locked="false" />
<sodipodi:guide
position="89.999996,-17.999998"
orientation="-0.70710678,0.70710678"
id="guide4156"
inkscape:locked="false" />
<sodipodi:guide
position="83.999996,-17.999998"
orientation="1,0"
id="guide4160"
inkscape:locked="false" />
<sodipodi:guide
position="95.999996,-17.999998"
orientation="1,0"
id="guide4162"
inkscape:locked="false" />
<sodipodi:guide
position="89.999996,-11.999998"
orientation="0,1"
id="guide4164"
inkscape:locked="false" />
<sodipodi:guide
position="89.999996,-23.999998"
orientation="0,1"
id="guide4166"
inkscape:locked="false" />
<sodipodi:guide
position="89.999996,-12.999998"
orientation="0,1"
id="guide4168"
inkscape:locked="false" />
<sodipodi:guide
position="89.999996,-22.999998"
orientation="0,1"
id="guide4170"
inkscape:locked="false" />
<sodipodi:guide
position="84.999996,-17.999998"
orientation="1,0"
id="guide4172"
inkscape:locked="false" />
<sodipodi:guide
position="94.999996,-17.999998"
orientation="1,0"
id="guide4174"
inkscape:locked="false" />
</sodipodi:namedview>
<defs
id="defs4">
<clipPath
id="clipPath12478"
clipPathUnits="userSpaceOnUse">
<circle
r="10"
cy="10.000005"
cx="9.9999781"
id="circle12480"
style="opacity:1;fill:#2196f3;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5790">
<circle
r="10"
cy="10.000005"
cx="9.9999781"
id="circle5792"
style="opacity:1;fill:#2196f3;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/home/juergen/path4136.png"
inkscape:export-xdpi="648"
inkscape:export-ydpi="648" />
</clipPath>
<clipPath
id="clipPath5055"
clipPathUnits="userSpaceOnUse">
<circle
r="10"
cy="10.000005"
cx="9.9999781"
id="circle5057"
style="opacity:1;fill:#2196f3;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/home/juergen/path4136.png"
inkscape:export-xdpi="648"
inkscape:export-ydpi="648" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5119">
<circle
r="10"
cy="10.000005"
cx="9.9999781"
id="circle5121"
style="opacity:1;fill:#2196f3;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/home/juergen/Schreibtisch/path4136.png"
inkscape:export-xdpi="648"
inkscape:export-ydpi="648" />
</clipPath>
<clipPath
id="clipPath5194"
clipPathUnits="userSpaceOnUse">
<circle
r="10"
cy="10.000005"
cx="9.9999781"
id="circle5196"
style="opacity:1;fill:#cddc39;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/home/juergen/Schreibtisch/path4136.png"
inkscape:export-xdpi="648"
inkscape:export-ydpi="648" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath6175">
<circle
r="10"
cy="10.000005"
cx="9.9999781"
id="circle6177"
style="opacity:1;fill:#f44336;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/home/juergen/Schreibtisch/path4136.png"
inkscape:export-xdpi="648"
inkscape:export-ydpi="648" />
</clipPath>
<clipPath
id="clipPath7176"
clipPathUnits="userSpaceOnUse">
<circle
r="10"
cy="10.000005"
cx="9.9999781"
id="circle7178"
style="opacity:1;fill:#9c27b0;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/home/juergen/Schreibtisch/path4136.png"
inkscape:export-xdpi="648"
inkscape:export-ydpi="648" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8165">
<circle
r="10"
cy="10.000005"
cx="9.9999781"
id="circle8167"
style="opacity:1;fill:#ffc107;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/home/juergen/Schreibtisch/path4136.png"
inkscape:export-xdpi="648"
inkscape:export-ydpi="648" />
</clipPath>
<clipPath
id="clipPath9162"
clipPathUnits="userSpaceOnUse">
<circle
r="10"
cy="10.000005"
cx="9.9999781"
id="circle9164"
style="opacity:1;fill:#ff9800;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/home/juergen/Schreibtisch/path4136.png"
inkscape:export-xdpi="648"
inkscape:export-ydpi="648" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath10753">
<circle
r="10"
cy="10.000005"
cx="9.9999781"
id="circle10755"
style="opacity:1;fill:#607d8b;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/home/juergen/Schreibtisch/path4136.png"
inkscape:export-xdpi="648"
inkscape:export-ydpi="648" />
</clipPath>
<clipPath
id="clipPath5153"
clipPathUnits="userSpaceOnUse">
<circle
r="10"
cy="10.000005"
cx="9.9999781"
id="circle5155"
style="opacity:1;fill:#2196f3;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/home/juergen/Schreibtisch/path4136.png"
inkscape:export-xdpi="648"
inkscape:export-ydpi="648" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath6158">
<circle
inkscape:export-ydpi="648"
inkscape:export-xdpi="648"
inkscape:export-filename="/home/juergen/Schreibtisch/path4136.png"
style="opacity:1;fill:#ff9800;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="circle6160"
cx="9.9999781"
cy="10.000005"
r="10" />
</clipPath>
<clipPath
id="clipPath5176"
clipPathUnits="userSpaceOnUse">
<circle
inkscape:export-ydpi="648"
inkscape:export-xdpi="648"
inkscape:export-filename="/home/juergen/Schreibtisch/path4136.png"
style="opacity:1;fill:#ff9800;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="circle5178"
cx="9.9999781"
cy="10.000005"
r="10" />
</clipPath>
<clipPath
id="clipPath4243"
clipPathUnits="userSpaceOnUse">
<path
inkscape:connector-curvature="0"
id="path4245"
d="m 5.9662132,10.012117 0,3.270369 3.8006988,1.723573 4.110058,-1.944544 -0.220971,-3.0935919 -3.6681162,1.8561549 z"
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5197">
<circle
inkscape:export-ydpi="863.99994"
inkscape:export-xdpi="863.99994"
inkscape:export-filename="/home/juergen/Desktop/ic_launcher.png"
style="opacity:1;fill:#880e4f;fill-opacity:1;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="circle5199"
cx="9.9999781"
cy="10.000005"
r="10" />
</clipPath>
</defs>
<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:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Hintergrund"
inkscape:groupmode="layer"
id="layer1"
transform="translate(1138.1428,-805.93365)">
<circle
r="10"
cy="871.93365"
cx="-1048.1428"
id="circle6153"
style="opacity:1;fill:#a00000;fill-opacity:0;stroke:none;stroke-width:0.05069799;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:export-filename="/home/juergen/Schreibtisch/path4136.png"
inkscape:export-xdpi="648"
inkscape:export-ydpi="648" />
</g>
<g
style="display:inline"
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Icon"
transform="translate(79.999996,55.999998)">
<path
d="m 3.9999777,4.0333382 12.0000003,0 0,11.9333328 -12.0000003,0 z"
id="path4"
inkscape:connector-curvature="0"
style="fill:none" />
<path
style="fill:none"
inkscape:connector-curvature="0"
id="path9754"
d="m 18.999978,19.033339 12,0 0,11.933333 -12,0 z" />
<circle
style="opacity:1;fill:#f5f5f5;fill-opacity:1;stroke:none"
id="path4186"
cx="-55.999996"
cy="-31.999998"
r="22" />
<path
id="path1091"
d="m -46.324951,-37.508955 c 0.433273,-0.433273 0.433273,-1.155395 0,-1.566449 l -2.599639,-2.599639 c -0.411054,-0.433273 -1.133176,-0.433273 -1.566449,0 l -2.04416,2.033051 4.166088,4.166088 m -17.630885,9.309818 v 4.166088 h 4.166088 l 12.287182,-12.298292 -4.166088,-4.166088 z"
inkscape:connector-curvature="0"
style="stroke-width:1.11095679;fill:#616161" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 13 KiB