docs: fix missing "from" in line object y1 description

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.
This commit is contained in:
Filippo Mattia Menghi
2026-05-22 12:09:18 +02:00
parent 9804153693
commit 507225e5c7
+1 -1
View File
@@ -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.|