From ba6a77f281c243552ced98352dc25f3089e39ea0 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 6 Jun 2020 19:33:18 +0200 Subject: [PATCH] LibGfx: Make Painter::add_clip_rect() use logical coordinates It was really confusing that add_clip_rect() didn't apply transforms to the new clip rect, but instead interpreted it as an absolute rect. This makes web pages with