1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/cde/programs/dtudcfonted/pixmaps/Circle.pm

52 lines
2.1 KiB
Perl
Executable file

/* XPM */
/* $XConsortium: Circle.pm /main/4 1996/07/23 11:49:20 drk $ */
/*********************************************************************
* (c) Copyright 1993, 1994 Hewlett-Packard Company
* (c) Copyright 1993, 1994 International Business Machines Corp.
* (c) Copyright 1993, 1994 Sun Microsystems, Inc.
* (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
* Novell, Inc.
**********************************************************************/
static char * Circle [] = {
/* width height ncolors cpp [x_hot y_hot] */
"36 36 2 1 -1 -1",
/* colors */
" s background m black c #949494949494",
". s foreground m white c white",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ....... ",
" ... ... ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" . . ",
" ... ... ",
" ....... ",
" ",
" ",
" ",
" "};