Merge pull request #1373 from Cyberfilo/docs/1369-document-y-coord-direction

docs: fix missing "from" in line object y1 description
This commit is contained in:
Jeremy Singer-Vine
2026-08-02 23:11:48 -04:00
committed by GitHub
+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.|