Mercurial > mercurial > hgweb_porori.cgi
view Porori/image/sample.xpm @ 1:bcbe8663e582 default tip
bug fix.
| author | pyon@macmini |
|---|---|
| date | Fri, 14 Feb 2020 18:48:53 +0900 |
| parents | 2b4fc52a96d9 |
| children |
line wrap: on
line source
/* XPM */ static char * sample_xpm[] = { "16 16 4 1", " c None", ". c #6ECB63", "+ c #8C0214", "@ c #ECE6B4", "................", "................", ".++.++.++.++.++.", ".++.++.++.++.++.", ".++.++.++.++.++.", ".++.++.++.++.++.", ".++.++.++.++.++.", ".++.++.++.++.++.", ".++.++.++.++.++.", ".++.++.++.++.++.", ".++.++.++.++.++.", ".@@.@@.@@.@@.@@.", ".@@.@@.@@.@@.@@.", ".@@.@@.@@.@@.@@.", "................", "................"};
