Skip to content

Commit

Permalink
Fix old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
samblenny committed Oct 21, 2023
1 parent d509a4a commit 7dbad2d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions clock/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,6 @@ <h2>MMDDhhmmCCYYss</h2>
}
const masksPerRow = 8;
// Calculate penalty for rule 3: 1:1:3:1:1 finder pattern.
// There are two 11-bit search patterns, one with the 4 quiet zone
// modules on the left, and one with 4 quiet zone modules on the right.
// Left and right refer to the QR code, so leftmost module is the least
// significant bit of the search pattern Uint32.
let penalty = 0;
const N3 = 40;
const quietModules = 4;
Expand Down Expand Up @@ -459,7 +455,7 @@ <h2>MMDDhhmmCCYYss</h2>
2 3 | 4 5 |
4 5 | 2 3 |
6 7 | 0 1 ▽
Note that two of the character symbols span the vertical timing pattern.
Note that two of the character symbols span the horizontal timing pattern.
*/
drawCodeword(x, y, direction, codeword) {
// Determine which shape is indicated by the direction argument and
Expand Down

0 comments on commit 7dbad2d

Please sign in to comment.