~ubuntu-branches/ubuntu/trusty/texmacs/trusty

« back to all changes in this revision

Viewing changes to TeXmacs/misc/pixmaps/traditional/--x17/tm_line_pattern.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2011-04-04 13:58:09 UTC
  • mfrom: (4.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110404135809-6f6jvotefb694vgp
Tags: 1:1.0.7.10-1
* New Upstream Release.
* Added gostscript to Build-Depends.  (Closes: #582228)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * tm_line_pattern_xpm[] = {
 
3
"17 17 2 1",
 
4
"       s None  c None",
 
5
".      c black",
 
6
"                 ",
 
7
"                 ",
 
8
"           ..    ",
 
9
"            ..   ",
 
10
" ..............  ",
 
11
" ..............  ",
 
12
"            ..   ",
 
13
"           ..    ",
 
14
"                 ",
 
15
"   ..      ..    ",
 
16
"  ..        ..   ",
 
17
" ..............  ",
 
18
" ..............  ",
 
19
"  ..        ..   ",
 
20
"   ..      ..    ",
 
21
"                 ",
 
22
"                 "};