We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ceb422 commit 8d045f4Copy full SHA for 8d045f4
tttool.hs
@@ -1003,11 +1003,11 @@ oidImage code =
1003
, at (6,5) pixel
1004
, at (6,6) pixel
1005
]
1006
- value 0 = at (1,1) plain
1007
- value 1 = at (-1,1) plain
1008
- value 2 = at (-1,-1) plain
1009
- value 3 = at (1,-1) plain
1010
- special = at (2,0) plain
+ value 0 = at (2,2) plain
+ value 1 = at (-2,2) plain
+ value 2 = at (-2,-2) plain
+ value 3 = at (2,-2) plain
+ special = at (3,0) plain
1011
1012
p1 = maxBound :: Word8
1013
p0 = minBound :: Word8
0 commit comments