summaryrefslogtreecommitdiff
path: root/java/res/drawable/emacs_background.xml
blob: c29e0635f7d7add119b2b06b94e003a54d65641a (plain)
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
<!-- Adaptive icon for Emacs.

Copyright (C) 2023 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="512"
	android:viewportHeight="512">
  <path
      android:pathData="M-4.99,-5.79h521.12v526.76h-521.12z"
      android:strokeWidth="10.6667">
    <aapt:attr name="android:fillColor">
      <gradient
          android:startX="0"
          android:startY="0"
          android:endX="512"
          android:endY="512"
          android:type="linear">
        <item android:offset="0" android:color="#FF8381C5"/>
        <item android:offset="0.64" android:color="#FE806BBC"/>
        <item android:offset="1" android:color="#FDA52ECB"/>
      </gradient>
    </aapt:attr>
  </path>
</vector>