Skip to content

Commit

Permalink
Merge pull request #49160 from lawnjelly/fix_canvas_rect_bound
Browse files Browse the repository at this point in the history
Fix canvas rect bound calculation
  • Loading branch information
akien-mga committed May 31, 2021
2 parents e9909b7 + 6e022a3 commit b2059ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion servers/visual/rasterizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,6 @@ class RasterizerCanvas {

if (found_xform) {
r = xf.xform(r);
found_xform = false;
}

if (first) {
Expand Down

0 comments on commit b2059ca

Please sign in to comment.