Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/utils/gui/images/icons/current.xpm
169720 views
/* XPM */
static const char *current_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 3 1",
". c black",
"* c white",
"  c None",
/* pixels */
"       .        ",
"       .        ",
"       .        ",
"     .....      ",
"      ...       ",
"       .        ",
"                ",
"    ......      ",
"    .***.*.     ",
"    .***.**.    ",
"    .***.**.    ",
"    .***....    ",
"    .******.    ",
"    .******.    ",
"    .******.    ",
"    ........    "
};