Sha256: 3ccfd1742b889ab7b0aad1b70bf92fb6040bb98f13ef01997913285f2c1f8b4f

Contents?: true

Size: 741 Bytes

Versions: 2

Compression:

Stored size: 741 Bytes

Contents

/* XPM */
static const char *const green_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 15 4 1",
". c Black",
"  c None",
"o c #404040",
"X c #00FF00",
/* pixels */
"                                ",
"                                ",
"        ...          ...        ",
"      ..XXX..      ..ooo..      ",
"     .XXXXXXX.    .ooooooo.     ",
"     .XXXXXXX.    .ooooooo.     ",
"    .XXXXXXXXX.  .ooooooooo.    ",
"    .XXXXXXXXX.  .ooooooooo.    ",
"    .XXXXXXXXX.  .ooooooooo.    ",
"     .XXXXXXX.    .ooooooo.     ",
"     .XXXXXXX.    .ooooooo.     ",
"      ..XXX..      ..ooo..      ",
"        ...          ...        ",
"                                ",
"                                "
};

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rwx-0.0.1.1.dev old_tests/green.xpm
rwx-0.0.1.dev old_tests/green.xpm