Skip to content

Commit

Permalink
centered colon
Browse files Browse the repository at this point in the history
Signed-off-by: Todica Ionut <[email protected]>
  • Loading branch information
TodicaIonut authored Sep 22, 2024
1 parent 25c2d77 commit 175190a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions website/TechnicalIntroduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,17 +389,17 @@ Examples:
1. The levels in a ``RIPMAP_LEVELS`` file whose highest-resolution
level contains 4 by 4 pixels have the following level numbers:

+------------+-------+------------------------+
| | | .. centered::**width** |
+------------+-------+-------+-------+--------+
| | | **4** | **2** | **1** |
+------------+-------+-------+-------+--------+
| | **4** | (0,0) | (1,0) | (2,0) |
+------------+-------+-------+-------+--------+
| **height** | **2** | (0,1) | (1,1) | (2,1) |
+------------+-------+-------+-------+--------+
| | **1** | (0,2) | (1,2) | (2,2) |
+------------+-------+-------+-------+--------+
+------------+-------+-------------------------+
| | | .. centered:: **width** |
+------------+-------+-------+-------+---------+
| | | **4** | **2** | **1** |
+------------+-------+-------+-------+---------+
| | **4** | (0,0) | (1,0) | (2,0) |
+------------+-------+-------+-------+---------+
| **height** | **2** | (0,1) | (1,1) | (2,1) |
+------------+-------+-------+-------+---------+
| | **1** | (0,2) | (1,2) | (2,2) |
+------------+-------+-------+-------+---------+

In an equivalent ``MIPMAP_LEVELS`` file, only levels (0,0), (1,1), and (2,2)
are present.
Expand Down

0 comments on commit 175190a

Please sign in to comment.