mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
Text can now be formatted
- Added black to the colors - Fixed setStroke to be skipped when needed
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
)
|
||||
|
||||
var Colors map[string]Color = map[string]Color{
|
||||
"Black": &RGB{0, 0, 0},
|
||||
"Gray": &RGB{128, 128, 128},
|
||||
"White": &RGB{255, 255, 255},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user