diff --git a/keming_calculator.html b/keming_calculator.html index 1d677fd..bd7e10b 100644 --- a/keming_calculator.html +++ b/keming_calculator.html @@ -44,7 +44,7 @@ h1 { font-size: 1.4em; margin-bottom: 4px; color: #111; } .grid-label-right { text-align: left; } .grid-sep { grid-column: 1 / -1; height: 3px; background: #999; margin: 2px 0; border-radius: 1px; } .grid-dot { text-align: center; color: #ccc; font-size: 0.7em; } -.grid-spacer { height: 12px; } +.grid-spacer { height: 36px; } /* Y toggle */ .y-toggle { margin-top: 16px; } @@ -125,14 +125,14 @@ h1 { font-size: 1.4em; margin-bottom: 4px; color: #111; }

Keming Machine Tag Calculator

-

Calculate pixel colour values for the three Keming Machine tag pixels (K at Y+6, Y+7, Y+8)

+

Calculate pixel colour values for the three Keming Machine tag pixels (K at Y+5, Y+6, Y+7)

-

Pixel 1 — Low Height (Y+6)

+

Pixel 1 — Low Height (Y+5)

@@ -144,7 +144,7 @@ h1 { font-size: 1.4em; margin-bottom: 4px; color: #111; }
-

Pixel 2 — Glyph Shape (Y+7)

+

Pixel 2 — Glyph Shape (Y+6)

Click zones to mark which parts of the glyph are occupied.

@@ -183,9 +183,6 @@ h1 { font-size: 1.4em; margin-bottom: 4px; color: #111; }
- - - desc @@ -220,7 +217,7 @@ h1 { font-size: 1.4em; margin-bottom: 4px; color: #111; }
-

Pixel 3 — Dot Removal (Y+8)

+

Pixel 3 — Dot Removal (Y+7)

Replacement character for diacritics dot removal. All 24 bits encode the codepoint.

@@ -238,7 +235,7 @@ h1 { font-size: 1.4em; margin-bottom: 4px; color: #111; }

Pixel Colour Values

-
Pixel 1: Low Height (Y+6)
+
Pixel 1: Low Height (Y+5)
@@ -247,7 +244,7 @@ h1 { font-size: 1.4em; margin-bottom: 4px; color: #111; }
-
Pixel 2: Glyph Shape (Y+7)
+
Pixel 2: Glyph Shape (Y+6)
@@ -261,7 +258,7 @@ h1 { font-size: 1.4em; margin-bottom: 4px; color: #111; }
-
Pixel 3: Dot Removal (Y+8)
+
Pixel 3: Dot Removal (Y+7)