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