annotate libinterp/corefcn/octave-default-image.h @ 27919:1891570abac8

update Octave Project Developers copyright for the new year In files that have the "Octave Project Developers" copyright notice, update for 2020.
author John W. Eaton <jwe@octave.org>
date Mon, 06 Jan 2020 22:29:51 -0500
parents b442ec6dda5c
children bd51beb6205e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18646
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
1 /*
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
2
27919
1891570abac8 update Octave Project Developers copyright for the new year
John W. Eaton <jwe@octave.org>
parents: 27918
diff changeset
3 Copyright (C) 2014-2020 The Octave Project Developers
27918
b442ec6dda5c use centralized file for copyright info for individual contributors
John W. Eaton <jwe@octave.org>
parents: 26376
diff changeset
4
b442ec6dda5c use centralized file for copyright info for individual contributors
John W. Eaton <jwe@octave.org>
parents: 26376
diff changeset
5 See the file COPYRIGHT.md in the top-level directory of this distribution
b442ec6dda5c use centralized file for copyright info for individual contributors
John W. Eaton <jwe@octave.org>
parents: 26376
diff changeset
6 or <https://octave.org/COPYRIGHT.html/>.
b442ec6dda5c use centralized file for copyright info for individual contributors
John W. Eaton <jwe@octave.org>
parents: 26376
diff changeset
7
18646
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
8
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
9 This file is part of Octave.
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
10
24534
194eb4bd202b maint: Update punctuation for GPL v3 license text.
Rik <rik@octave.org>
parents: 23220
diff changeset
11 Octave is free software: you can redistribute it and/or modify it
22755
3a2b891d0b33 maint: Standardize Copyright formatting.
Rik <rik@octave.org>
parents: 22522
diff changeset
12 under the terms of the GNU General Public License as published by
24534
194eb4bd202b maint: Update punctuation for GPL v3 license text.
Rik <rik@octave.org>
parents: 23220
diff changeset
13 the Free Software Foundation, either version 3 of the License, or
22755
3a2b891d0b33 maint: Standardize Copyright formatting.
Rik <rik@octave.org>
parents: 22522
diff changeset
14 (at your option) any later version.
18646
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
15
22755
3a2b891d0b33 maint: Standardize Copyright formatting.
Rik <rik@octave.org>
parents: 22522
diff changeset
16 Octave is distributed in the hope that it will be useful, but
3a2b891d0b33 maint: Standardize Copyright formatting.
Rik <rik@octave.org>
parents: 22522
diff changeset
17 WITHOUT ANY WARRANTY; without even the implied warranty of
3a2b891d0b33 maint: Standardize Copyright formatting.
Rik <rik@octave.org>
parents: 22522
diff changeset
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3a2b891d0b33 maint: Standardize Copyright formatting.
Rik <rik@octave.org>
parents: 22522
diff changeset
19 GNU General Public License for more details.
18646
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
20
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
21 You should have received a copy of the GNU General Public License
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
22 along with Octave; see the file COPYING. If not, see
24534
194eb4bd202b maint: Update punctuation for GPL v3 license text.
Rik <rik@octave.org>
parents: 23220
diff changeset
23 <https://www.gnu.org/licenses/>.
18646
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
24
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
25 */
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
26
21241
bae38398f5f1 use consistent style for all liboctave and libinterp include guards
John W. Eaton <jwe@octave.org>
parents: 19861
diff changeset
27 #if ! defined (octave_octave_default_image_h)
bae38398f5f1 use consistent style for all liboctave and libinterp include guards
John W. Eaton <jwe@octave.org>
parents: 19861
diff changeset
28 #define octave_octave_default_image_h 1
bae38398f5f1 use consistent style for all liboctave and libinterp include guards
John W. Eaton <jwe@octave.org>
parents: 19861
diff changeset
29
21244
1473547f50f5 include octave-config.h in public header files
John W. Eaton <jwe@octave.org>
parents: 21241
diff changeset
30 #include "octave-config.h"
1473547f50f5 include octave-config.h in public header files
John W. Eaton <jwe@octave.org>
parents: 21241
diff changeset
31
19861
19755f4fc851 maint: Cleanup C++ code to follow Octave coding conventions.
Rik <rik@octave.org>
parents: 19697
diff changeset
32 static char default_im_data[] =
19755f4fc851 maint: Cleanup C++ code to follow Octave coding conventions.
Rik <rik@octave.org>
parents: 19697
diff changeset
33 {
22522
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
34 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
35 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
36 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
37 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
38 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
39 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
40 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
41 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
42 26,26,26,40,47,50,50,46,30,26,26,38,50,47,26,26,26,50,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
43 46,26,50,46,26,26,26,50,46,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
44 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
45 26,26,26,26,26,26,26,26,26,26,26,26,43,55,54,50,51,55,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
46 51,26,26,40,55,55,41,26,26,55,50,26,55,50,26,26,26,55,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
47 50,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
48 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
49 26,26,26,30,54,52,30,26,26,46,55,43,26,40,55,55,52,30,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
50 26,55,50,26,55,50,26,26,26,55,50,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
51 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
52 26,26,26,26,26,26,26,26,26,26,26,26,26,43,55,44,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
53 26,26,26,26,26,40,55,47,55,46,26,55,50,26,55,50,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
54 26,55,50,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
55 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
56 26,26,26,26,26,46,55,40,26,26,50,50,50,43,26,40,55,46,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
57 46,54,34,55,50,26,55,50,26,26,26,55,50,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
58 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
59 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,44,55,43,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
60 26,26,50,50,55,46,26,40,55,46,30,52,48,55,50,26,55,50,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
61 26,26,26,55,50,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
62 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
63 26,26,26,26,26,26,26,38,55,50,26,26,26,40,55,46,26,40,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
64 55,46,26,43,55,55,50,26,55,50,26,26,26,55,50,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
65 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
66 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
67 48,55,48,40,43,54,55,46,26,40,55,46,26,26,50,55,50,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
68 52,55,43,40,47,55,46,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
69 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
70 26,26,26,26,26,26,26,26,26,26,30,48,55,55,55,47,48,46,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
71 26,40,55,46,26,26,38,55,50,26,38,52,55,55,55,50,30,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
72 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
73 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
74 26,26,26,26,34,40,38,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
75 26,26,26,26,38,40,34,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
76 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
77 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
78 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
79 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
80 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
81 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
82 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
83 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
84 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
85 26,26,26,26,26,26,26,26,26,62,62,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
86 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
87 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
88 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
89 59,62,62,59,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
90 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
91 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
92 26,26,26,26,26,26,26,26,26,26,59,55,59,59,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
93 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
94 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
95 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
96 26,26,59,55,55,53,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
97 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
98 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
99 26,26,26,26,26,26,26,26,26,26,26,53,52,55,55,52,52,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
100 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
101 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
102 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
103 26,26,26,53,48,55,48,52,52,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
104 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
105 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
106 26,26,26,26,26,26,26,26,26,26,26,26,26,45,48,55,48,52,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
107 53,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
108 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
109 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
110 26,26,26,26,26,44,48,48,48,52,45,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
111 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
112 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
113 26,26,26,26,26,26,26,26,26,26,26,26,26,26,44,44,48,44,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
114 48,44,45,52,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
115 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
116 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
117 26,26,26,26,26,26,45,44,41,44,48,41,45,44,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
118 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
119 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
120 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,45,44,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
121 37,44,37,41,45,44,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
122 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
123 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
124 26,26,26,26,26,26,26,26,37,41,37,44,37,41,36,36,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
125 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
126 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
127 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,44,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
128 36,32,37,44,37,41,36,36,41,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
129 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
130 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
131 26,26,26,26,26,26,26,26,26,36,36,32,37,37,37,32,36,37,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
132 41,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
133 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
134 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,20,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
135 20,36,36,32,37,37,37,32,36,37,32,18,20,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
136 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
137 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
138 26,26,26,26,26,20,18,18,16,17,17,27,36,32,37,31,37,32,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
139 36,37,32,17,17,18,18,18,20,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
140 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
141 26,26,26,26,26,26,26,26,26,26,26,26,20,18,18,18,16,16,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
142 16,15,15,27,26,28,31,31,28,32,36,27,36,15,16,17,16,17,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
143 17,18,18,20,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
144 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
145 26,26,18,20,17,17,16,16,16,16,15,15,32,27,24,28,24,31,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
146 28,28,24,27,26,24,16,15,16,17,16,16,18,18,20,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
147 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
148 26,26,26,26,26,26,26,26,26,26,26,20,20,18,18,17,17,16,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
149 16,14,14,15,24,27,24,28,24,31,28,28,24,27,26,28,12,14,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
150 15,15,16,16,16,16,18,18,20,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
151 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
152 26,26,20,18,18,18,17,16,15,14,14,14,14,12,26,26,24,22,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
153 24,24,28,22,24,26,26,22,12,12,12,12,14,14,16,16,16,18,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
154 18,20,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
155 26,26,26,26,26,26,26,26,26,26,26,20,20,18,18,17,16,12,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
156 15,12,10,10,10,12,26,18,24,22,24,24,24,22,24,26,26,22,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
157 10,10,12,12,10,14,14,15,17,18,18,20,20,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
158 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
159 26,26,17,20,20,20,17,16,15,14,12,12,10,10,10,18,18,18,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
160 16,17,24,24,24,22,16,18,18,24,18,6,9,10,10,14,14,15,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
161 16,18,20,18,20,18,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
162 26,26,26,26,26,26,26,26,26,26,26,16,18,20,20,18,17,16,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
163 15,10,10,7,6,6,6,15,18,18,15,17,18,24,17,22,16,18,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
164 18,24,24,6,7,6,10,10,10,12,16,17,18,20,20,18,16,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
165 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
166 26,26,12,15,17,18,18,20,18,16,15,10,10,7,6,6,6,16,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
167 18,16,15,17,18,18,17,22,16,18,18,16,17,5,4,6,6,10,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
168 7,14,15,17,20,20,20,18,17,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
169 26,26,26,26,26,26,26,26,26,26,26,9,10,16,17,18,18,18,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
170 18,15,10,10,6,5,4,4,4,10,12,16,15,17,12,18,17,12,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
171 15,18,18,18,12,4,4,4,6,6,9,12,15,18,20,18,18,17,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
172 16,12,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
173 26,26,9,9,12,15,16,17,18,18,20,15,10,10,4,5,4,4,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
174 12,12,12,10,15,17,12,18,17,12,15,10,12,18,15,3,1,4,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
175 4,4,5,10,16,20,18,18,17,17,16,12,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
176 26,26,26,26,26,26,26,26,26,26,7,7,9,9,12,15,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
177 26,18,18,18,20,5,4,4,3,1,6,12,12,10,12,7,12,12,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
178 12,12,9,10,12,12,9,12,1,1,4,4,6,20,18,18,18,17,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
179 16,16,15,12,10,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
180 26,26,26,26,26,26,26,26,26,26,26,26,26,18,18,18,4,1,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
181 1,1,9,12,12,9,12,7,9,12,12,12,9,10,12,12,9,12,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
182 1,1,3,4,18,18,18,18,17,16,16,16,14,10,9,9,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
183 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
184 26,26,26,26,26,26,18,18,18,18,18,4,10,5,5,9,6,7,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
185 9,7,12,6,9,10,5,5,10,6,5,18,18,18,18,18,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
186 26,26,16,15,12,10,9,9,9,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
187 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,14,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
188 17,17,16,18,18,20,18,20,6,7,9,9,7,6,9,5,20,18,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
189 18,18,18,18,18,15,14,26,26,26,26,26,26,26,12,10,9,9,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
190 7,7,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
191 26,26,26,26,26,26,26,26,26,26,10,16,16,16,16,17,18,17,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
192 18,17,17,18,18,17,18,17,17,17,17,17,14,14,14,12,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
193 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
194 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
195 26,26,1,10,15,16,15,16,15,15,16,15,16,15,16,16,16,15,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
196 16,16,17,14,14,10,12,1,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
197 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
198 26,26,26,26,26,26,26,26,26,26,26,26,26,1,10,15,15,14,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
199 15,15,15,15,15,15,15,14,15,15,15,12,12,10,10,10,1,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
200 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
201 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
202 26,26,26,26,26,26,6,12,12,12,12,15,12,12,12,12,12,12,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
203 12,15,10,9,7,6,6,1,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
204 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
205 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
206 12,12,12,12,12,12,12,12,12,10,12,7,10,7,6,1,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
207 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
208 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
209 26,26,26,26,26,26,26,26,26,26,26,10,10,12,10,10,10,10,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
210 12,10,1,1,1,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
211 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
212 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
213 26,26,26,10,9,9,9,9,9,9,10,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
214 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
215 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
216 26,26,26,26,26,26,26,26,26,26,26,26,26,26,9,9,9,9,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
217 9,9,9,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
218 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
219 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
220 26,26,26,26,26,26,26,7,7,7,7,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
221 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
222 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
223 26,26,26,40,48,50,50,44,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
224 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
225 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
226 26,26,26,26,26,26,26,26,26,26,26,26,43,55,54,50,52,55,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
227 48,26,26,26,26,26,26,26,26,26,55,50,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
228 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
229 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
230 26,26,26,30,54,52,30,26,26,47,55,43,26,30,44,46,43,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
231 26,38,55,51,34,26,34,46,46,43,26,43,46,26,26,40,46,34,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
232 26,30,44,46,40,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
233 26,26,26,26,26,26,26,26,26,26,26,26,26,43,55,44,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
234 26,34,55,48,30,51,55,50,55,48,26,46,55,54,43,34,55,54,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
235 51,55,46,46,55,38,26,47,55,30,30,54,54,51,55,46,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
236 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
237 26,26,26,26,26,46,55,40,26,26,26,26,55,50,43,55,43,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
238 46,55,34,26,55,50,26,43,50,34,26,51,50,34,55,46,26,52,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
239 48,26,46,55,34,26,48,55,30,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
240 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,46,55,41,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
241 26,26,26,26,55,50,46,55,30,26,26,26,26,26,55,50,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
242 44,50,54,55,50,26,51,51,38,55,43,26,50,55,50,50,52,55,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
243 40,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
244 26,26,26,26,26,26,26,38,55,48,26,26,26,43,55,46,46,55,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
245 34,26,34,40,30,26,55,50,26,46,55,44,38,50,50,26,44,55,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
246 46,55,30,26,50,55,40,40,40,40,30,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
247 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
248 50,55,47,40,43,54,54,34,41,55,47,30,48,55,30,26,55,50,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
249 26,48,55,38,40,55,50,26,34,55,55,48,26,26,44,55,41,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
250 46,48,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
251 26,26,26,26,26,26,26,26,26,26,30,50,55,55,55,52,38,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
252 26,47,55,55,55,43,26,26,52,55,46,41,55,55,52,52,54,30,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
253 26,50,55,43,26,26,30,50,55,55,54,43,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
254 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
255 26,26,26,26,34,40,40,26,26,26,26,26,38,40,34,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
256 30,40,34,26,34,40,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
257 38,40,30,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
258 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
259 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
260 26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,
1872f49cfa2e Use sombrero for the default image (bug #49009).
Pantxo Diribarne <pantxo.diribarne@gmail.com>
parents: 22407
diff changeset
261 26,26,26,26,26,26,26,26,26,26
18646
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
262 };
2deed6538c72 Make some graphics factory defaults conform to Matlab values (bug #41770).
pantxo <pantxo.diribarne@gmail.com>
parents:
diff changeset
263
21241
bae38398f5f1 use consistent style for all liboctave and libinterp include guards
John W. Eaton <jwe@octave.org>
parents: 19861
diff changeset
264 #endif