Merge pull request #49160 from lawnjelly/fix_canvas_rect_bound

Fix canvas rect bound calculation
This commit is contained in:
Rémi Verschelde 2021-05-31 11:00:27 +02:00 committed by GitHub
commit b2059caf70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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