pmaupin / pdfrw

pdfrw is a pure Python library that reads and writes PDFs
Other
1.84k stars 271 forks source link

Bug: RectXObj().w = 1 sets .h instead #219

Open ebikt opened 3 years ago

ebikt commented 3 years ago

https://github.com/pmaupin/pdfrw/blob/6c892160e7e976b243db0c12c3e56ed8c78afc5a/pdfrw/pagemerge.py#L102

there should be name == 'h' instead of value == 'h'