forked from tastytea/libravatarserv
typo
This commit is contained in:
parent
645554e226
commit
87bedbbf7b
|
@ -76,7 +76,7 @@ Image image::identicon(const string &digest)
|
|||
{
|
||||
const string sha256 = hash::sha256(digest);
|
||||
Magick::Image img(Magick::Geometry(4, 4), Magick::Color("white"));
|
||||
// The 16 named colors specified in HTML 14.01 minus white, silver and gray.
|
||||
// The 16 named colors specified in HTML 4.01 minus white, silver and gray.
|
||||
const std::array<Magick::Color, 13> colors =
|
||||
{
|
||||
Magick::Color("black"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user