aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/drawable/emacs_background.xml
blob: 582db0dfd795e21ea43add327b699688c816e1a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!-- Adaptive icon for Emacs.

Copyright (C) 2023-2026 Free Software Foundation, Inc.

This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>. -->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
	xmlns:aapt="http://schemas.android.com/aapt"
	android:width="108dp"
	android:height="108dp"
	android:viewportWidth="108"
	android:viewportHeight="108">
  <path android:pathData="M0,0h108v108h-108z"
	android:strokeWidth="0"
	android:strokeColor="#00000000">
    <aapt:attr name="android:fillColor">
      <gradient android:startX="28.44"
		android:startY="22.95"
		android:endX="75.57"
		android:endY="86.47"
		android:type="linear">
        <item android:offset="0" android:color="#FF8381C5"/>
        <item android:offset="0.64" android:color="#FE7E55B3"/>
        <item android:offset="1" android:color="#FDA52ECB"/>
      </gradient>
    </aapt:attr>
  </path>
  <path
      android:pathData="m0,0v108h108v-108zM54,21a33,33 0,0 1,33 33,33 33,0 0,1 -33,33 33,33 0,0 1,-33 -33,33 33,0 0,1 33,-33z"
      android:strokeWidth="0"
      android:fillColor="#ffffff"
      android:strokeColor="#ffffff"/>
</vector>