Fix size of 'wasm renderer' debug text on dpr > 1

This commit is contained in:
Belén Albeza 2025-06-20 10:41:54 +02:00
parent 38112e287a
commit 2412402a23
13 changed files with 6 additions and 0 deletions

View file

@ -275,6 +275,7 @@ impl RenderState {
self.viewbox.width.floor() as i32,
self.viewbox.height.floor() as i32,
);
self.fonts.set_scale_debug_font(dpr);
}
}