From 507225e5c7bc896a5dc149f27fb114e019d83311 Mon Sep 17 00:00:00 2001 From: Filippo Mattia Menghi Date: Fri, 22 May 2026 12:09:18 +0200 Subject: [PATCH] docs: fix missing "from" in line object y1 description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `line` properties table in README.md described `y1` as "Distance of top extremity bottom of page" — missing the word "from". The parallel entries for char, rect, curve, and image all use the "Distance of top of X from bottom of page" wording. Adds the missing preposition to match the rest of the table. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6f1ce3..e2b9d50 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ my_char_rotation = my_char_ctm.skew_x |`x0`| Distance of left-side extremity from left side of page.| |`x1`| Distance of right-side extremity from left side of page.| |`y0`| Distance of bottom extremity from bottom of page.| -|`y1`| Distance of top extremity bottom of page.| +|`y1`| Distance of top extremity from bottom of page.| |`top`| Distance of top of line from top of page.| |`bottom`| Distance of bottom of the line from top of page.| |`doctop`| Distance of top of line from top of document.|