Skip to content

Commit

Permalink
Fix pixel positions in OID codes
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Dec 24, 2014
1 parent 5ceb422 commit 8d045f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tttool.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1003,11 +1003,11 @@ oidImage code =
, at (6,5) pixel
, at (6,6) pixel
]
value 0 = at (1,1) plain
value 1 = at (-1,1) plain
value 2 = at (-1,-1) plain
value 3 = at (1,-1) plain
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

p1 = maxBound :: Word8
p0 = minBound :: Word8
Expand Down

0 comments on commit 8d045f4

Please sign in to comment.