-------------------
**Change:**
* Change and Fix box coords inconsistency [676dca64]
PyMuPDF box coords are mediabox 'top' aligned,
and the program normally used them,
while img box coords are mediabox 'top-left' aligned.
I have been using them very inconsistently.
Now, all boxes in interfaces are img box type ('top-left' aligned).
**Add:**
* Add x key for exact coords paste (GUI) [80dde8d1]