Paandaa
Results
2
issues of
Paandaa
The function `generateImg()` uses `canvasWidth / 2 - this.textWidthL - paddingX` as `sourceX` where the `canvasWidth / 2` should be `canvasWidthL` since canvas can be extended.
**目标章节**:1-js/99-js-misc/01-proxy **当前上游最新 commit**:https://github.com/javascript-tutorial/en.javascript.info/commit/b258d7d5b635c88228f7556e14fbe5e5ca7f736d **本 PR 所做更改如下:** 文件名 | 参考上游 commit | 更改(理由) -|-|- article.md | 无 | 修改语序(原文“... we only need to intercept `[[GetOwnProperty]]` if...”中“only”应该修饰的是整个句子“we need to... if...”,而非“need to”)
question