Merge pull request #49161 from lawnjelly/fix_canvas_rect_bound4

[4.x] Fix canvas rect bound calculation
This commit is contained in:
Rémi Verschelde 2021-05-31 11:34:46 +02:00 committed by GitHub
commit 52ab531a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -420,7 +420,6 @@ public:
if (found_xform) {
r = xf.xform(r);
found_xform = false;
}
if (first) {